forked from psychonautwiki/bifrost
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 876 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
{
"name": "bifrost",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server/"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@graphql-tools/schema": "^8.3.11",
"@types/cheerio": "^0.22.31",
"@types/lodash": "^4.14.182",
"@types/mongodb": "^4.0.7",
"@types/node-fetch": "^2.6.1",
"apollo-server-core": "^3.7.0",
"apollo-server-express": "^3.7.0",
"body-parser": "^1.20.0",
"bunyan": "^1.8.15",
"cheerio": "1.0.0-rc.10",
"express": "^4.17.3",
"express-graphql": "^0.12.0",
"graphql": "^16.3.0",
"graphql-server-express": "^1.4.1",
"jwt-simple": "^0.5.6",
"lodash": "^4.17.21",
"mongodb": "^4.5.0",
"node-fetch": "2"
}
}