File size: 409 Bytes
d0aa19c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "foobar-server",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@types/express": "^4.16.1",
    "@types/node": "^12.0.0",
    "@types/node-fetch": "^2.3.3",
    "colors": "^1.3.3",
    "express": "^4.16.4",
    "node-fetch": "^2.5.0"
  }
}