summaryrefslogtreecommitdiff
path: root/package.json
blob: a578b898e08b9cd787afe69adb957c971fb77344 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "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"
  }
}