diff options
Diffstat (limited to 'backend/package.json')
| -rw-r--r-- | backend/package.json | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/backend/package.json b/backend/package.json index 625bee5..0883c00 100644 --- a/backend/package.json +++ b/backend/package.json @@ -2,10 +2,10 @@ "name": "http-cookie-server-test", "version": "1.0.0", "description": "", - "main": "index.js", + "main": "src/index.js", "scripts": { - "start": "yarn node index.js", - "dev": "yarn nodemon -i db.json index.js", + "start": "node src/index.js", + "dev": "nodemon -i db.json src/index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], @@ -16,8 +16,9 @@ "cookie-parser": "^1.4.4", "express": "^4.17.1", "js-sha512": "^0.8.0", - "lowdb": "^1.0.0", + "knex": "^0.20.8", "morgan": "^1.9.1", + "pg": "^7.18.1", "shortid": "^2.2.15" }, "devDependencies": { |
