{ "name": "inventory", "version": "1.0.0", "type": "module", "main": "index.js", "scripts": { "start": "nodemon index.js" }, "dependencies": { "cors": "^2.8.5", "dotenv": "^16.4.7", "express": "^4.17.1", "fs": "^0.0.1-security", "googleapis": "^39.2.0", "mongodb": "^4.17.2", "nodemon": "^3.1.9" } }