2018-06-28 06:47:06 +00:00
|
|
|
{
|
|
|
|
"name": "universal-links-handler",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"start": "node ./bin/www",
|
2020-03-20 11:09:25 +00:00
|
|
|
"watch": "NODE_ENV=development nodemon ./bin/www",
|
2020-03-09 15:02:41 +00:00
|
|
|
"docker": "yarn run tests && docker build -t statusteam/universal-links-handler:deploy .",
|
2020-03-20 11:09:25 +00:00
|
|
|
"tests": "node -r esm tests/main.js | tap-color"
|
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-06-04 11:28:17 +00:00
|
|
|
"is-html": "^2.0.0",
|
2020-03-19 16:40:19 +00:00
|
|
|
"js-status-chat-name": "git+https://github.com/status-im/js-status-chat-name.git#v0.1.2",
|
|
|
|
"morgan": "^1.9.1",
|
2020-07-02 13:35:49 +00:00
|
|
|
"multibase": "^1.0.1",
|
2022-06-10 09:46:34 +00:00
|
|
|
"qrcode": "^1.5.0",
|
2020-07-02 13:35:49 +00:00
|
|
|
"secp256k1": "^4.0.1",
|
2020-02-21 11:11:54 +00:00
|
|
|
"univeil": "^0.1.14"
|
2018-06-28 06:47:06 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-03-20 12:54:11 +00:00
|
|
|
"cheerio": "^1.0.0-rc.3",
|
2020-02-24 13:21:06 +00:00
|
|
|
"esm": "^3.2.25",
|
|
|
|
"nodemon": "^1.17.5",
|
|
|
|
"supertest": "^4.0.2",
|
2020-03-20 11:09:25 +00:00
|
|
|
"tap-color": "^1.2.0",
|
2020-02-24 13:21:06 +00:00
|
|
|
"zora": "^3.1.8"
|
2018-06-28 06:47:06 +00:00
|
|
|
}
|
|
|
|
}
|