2018-06-28 06:47:06 +00:00
|
|
|
{
|
|
|
|
"name": "universal-links-handler",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"start": "node ./bin/www",
|
2020-02-11 11:07:08 +00:00
|
|
|
"watch": "nodemon ./bin/www",
|
|
|
|
"docker": "docker build -t statusteam/universal-links-handler:deploy ."
|
2018-06-28 06:47:06 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"cookie-parser": "~1.4.3",
|
|
|
|
"debug": "~2.6.9",
|
|
|
|
"ejs": "~2.5.7",
|
|
|
|
"express": "~4.16.0",
|
|
|
|
"http-errors": "~1.6.2",
|
2020-02-21 11:11:54 +00:00
|
|
|
"idna-uts46-hx": "^3.2.2",
|
2020-02-10 20:44:04 +00:00
|
|
|
"js-status-chat-name": "https://github.com/status-im/js-status-chat-name#v0.1.2",
|
2020-02-21 11:11:54 +00:00
|
|
|
"qrcode": "^1.3.0",
|
|
|
|
"univeil": "^0.1.14"
|
2018-06-28 06:47:06 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"nodemon": "^1.17.5"
|
|
|
|
}
|
|
|
|
}
|