diff options
author | grant-kun <[email protected]> | 2022-10-20 11:01:30 -0500 |
---|---|---|
committer | grant-kun <[email protected]> | 2022-10-20 11:01:30 -0500 |
commit | c26dd63c87e7504aa9966336cbd6be7e76c99c6b (patch) | |
tree | e9cc50138dbc8fcfecfffad55411b6854396e5c0 /package.json | |
parent | 1f82c948ac210dc03dadf243d5441139cd50ab03 (diff) |
commit message
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", |