diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index c356d04..a578b89 100644 --- a/package.json +++ b/package.json @@ -8,11 +8,11 @@ }, "dependencies": { "cors": "^2.8.5", - "crypto": "^1.0.1", "dotenv": "^16.4.7", "express": "^4.17.1", "fs": "^0.0.1-security", "googleapis": "^39.2.0", - "mongodb": "^4.17.2" + "mongodb": "^4.17.2", + "nodemon": "^3.1.9" } } |