-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 982 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 982 Bytes
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
38
{
"name": "graphql_nodejs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon --exec babel-node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"apollo-server-express": "^1.3.4",
"bcrypt": "^2.0.0",
"body-parser": "^1.18.2",
"colors": "^1.2.1",
"dataloader": "^1.4.0",
"dotenv": "^5.0.1",
"express": "^4.16.3",
"graphql": "^0.13.2",
"graphql-subscriptions": "^0.5.8",
"graphql-tools": "^2.23.1",
"jsonwebtoken": "^8.2.1",
"lodash": "^4.17.5",
"morgan": "^1.9.0",
"passport": "^0.4.0",
"passport-github": "^1.1.0",
"pg": "^7.4.1",
"sequelize": "^4.37.6",
"subscriptions-transport-ws": "^0.9.7"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"nodemon": "^1.17.3"
}
}