universal-links-handler/package.json

23 lines
559 B
JSON
Raw Normal View History

{
"name": "universal-links-handler",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"watch": "nodemon ./bin/www",
"docker": "docker build -t statusteam/universal-links-handler:deploy ."
},
"dependencies": {
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"ejs": "~2.5.7",
"express": "~4.16.0",
"http-errors": "~1.6.2",
"js-status-chat-name": "https://github.com/status-im/js-status-chat-name#v0.1.2",
2018-10-05 05:31:10 +00:00
"qrcode": "^1.3.0"
},
"devDependencies": {
"nodemon": "^1.17.5"
}
}