{ "name": "universal-links-handler", "version": "0.0.0", "private": true, "scripts": { "start": "node ./bin/www", "watch": "NODE_ENV=development nodemon ./bin/www", "docker": "yarn run tests && docker build -t statusteam/universal-links-handler:deploy .", "tests": "node -r esm tests/main.js | tap-color" }, "dependencies": { "cookie-parser": "~1.4.3", "debug": "~2.6.9", "ejs": "~2.5.7", "express": "~4.16.0", "http-errors": "~1.6.2", "idna-uts46-hx": "^3.2.2", "is-html": "^2.0.0", "js-status-chat-name": "git+https://github.com/status-im/js-status-chat-name.git#v0.1.2", "morgan": "^1.9.1", "multibase": "^1.0.1", "qrcode": "^1.3.0", "secp256k1": "^4.0.1", "univeil": "^0.1.14" }, "devDependencies": { "cheerio": "^1.0.0-rc.3", "esm": "^3.2.25", "nodemon": "^1.17.5", "supertest": "^4.0.2", "tap-color": "^1.2.0", "zora": "^3.1.8" } }