diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package.json b/package.json index 01bf261..bbae28e 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "", "main": "index.ts", "scripts": { - "start": "ts-node index.ts" + "start": "ts-node index.ts", + "dev": "nodemon index.ts" }, "repository": { "type": "git", @@ -18,8 +19,6 @@ }, "homepage": "https://github.com/squiresgrant/kanna-site#readme", "dependencies": { - "bcrypt": "^5.1.0", - "bcryptjs": "^2.4.3", "body-parser": "^1.20.0", "express": "^4.18.1", "fs": "^0.0.1-security", |