-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·37 lines (37 loc) · 946 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
36
37
{
"name": "graphqlnode",
"version": "0.0.0",
"description": "Introduction to GraphQL in nodeJS",
"license": "GPL",
"repository": {
"type": "git",
"url": "https://github.com/bruno12mota/graphql-nodejs"
},
"scripts": {
"start": "nodemon index.js"
},
"dependencies": {
"babel": "^5.8.23",
"body-parser": "^1.18.3",
"cheerio": "^1.0.0-rc.2",
"cors": "^2.8.5",
"dotenv": "^6.2.0",
"express": "^4.13.3",
"express-graphql": "^0.7.1",
"graphql": "^14.2.1",
"graphql-compose": "^6.1.1",
"graphql-compose-mongoose": "^6.0.2",
"graphql-iso-date": "^3.6.1",
"graphql-type-json": "^0.2.4",
"jsonwebtoken": "^8.5.1",
"moment": "^2.24.0",
"mongoose": "^5.4.21",
"node-fetch": "^2.3.0",
"node-schedule": "^1.3.2",
"nodemon": "^1.18.10",
"overwatch-api": "^0.7.5",
"passport": "^0.4.0",
"passport-bnet": "^2.0.0",
"passport-jwt": "^4.0.0"
}
}