2020-02-11 16:36:47 +01:00

22 lines
482 B
JSON

{
"name": "universal-links-handler",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"watch": "nodemon ./bin/www"
},
"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",
"qrcode": "^1.3.0"
},
"devDependencies": {
"nodemon": "^1.17.5"
}
}