aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 94f015003db6455ce04dfe4a10192ede92ff825c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "bingo-api",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "start": "nodemon ./index.js"
  },
  "keywords": [],
  "author": "awesomepandapig",
  "license": "GPL-3.0",
  "dependencies": {
    "body-parser": "^1.20.0",
    "cors": "^2.8.5",
    "dotenv": "^16.0.0",
    "ejs": "^3.1.6",
    "express": "^4.17.3",
    "express-validator": "^6.14.0",
    "node-fetch": "^2.6.7",
    "nodemon": "^2.0.15"
  }
}