diff options
author | 2025-02-03 13:31:12 +0600 | |
---|---|---|
committer | 2025-02-03 13:31:12 +0600 | |
commit | 4755541b711d3b19af00780e26be0c91223842cc (patch) | |
tree | 3edc377821f6c6b03808d2a7877a7756b561d1ef /package.json | |
parent | b23c9aa681c820a569587ccdaaf018c6b9c19f1c (diff) | |
download | inventory-4755541b711d3b19af00780e26be0c91223842cc.tar.gz inventory-4755541b711d3b19af00780e26be0c91223842cc.zip |
hash change
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" } } |