{ "name": "http-cookie-server-test", "version": "1.0.0", "description": "", "main": "src/index.js", "scripts": { "start": "node src/index.js", "dev": "nodemon -i db.json src/index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "base-64": "^0.1.0", "body-parser": "^1.19.0", "cookie-parser": "^1.4.4", "express": "^4.17.1", "js-sha512": "^0.8.0", "knex": "^0.20.8", "morgan": "^1.9.1", "owasp-password-strength-test": "^1.3.0", "pg": "^7.18.1", "shortid": "^2.2.15" }, "devDependencies": { "nodemon": "^2.0.2" } }