-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 843 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "mcgqlapi",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "npx mocha --opts .mocharc -r ts-node/register 'test/**/*.ts'"
},
"author": "Jarrod Thibodeau",
"license": "ISC",
"dependencies": {
"apollo-server-micro": "^2.19.1",
"cheerio": "^1.0.0-rc.3",
"date-fns": "^2.8.1",
"dotenv": "^8.2.0",
"graphql": "^14.5.7",
"mongodb": "^3.4.1",
"node-fetch": "^2.6.1",
"winston": "^3.2.1"
},
"devDependencies": {
"@types/chai": "^4.2.14",
"@types/cheerio": "^0.22.23",
"@types/mocha": "^8.2.0",
"@types/mongodb": "^3.6.3",
"@types/node-fetch": "^2.5.7",
"chai": "^4.2.0",
"mocha": "^6.2.1",
"nodemon": "^1.19.2",
"npm": "^6.14.6",
"prettier": "^2.2.1",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
}
}