-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 965 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": "learninggraphql",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon ./index.js --exec babel-node -e js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/edgarronda/LearningGraphQL.git"
},
"author": "Edgar Ronda",
"license": "ISC",
"bugs": {
"url": "https://github.com/edgarronda/LearningGraphQL/issues"
},
"homepage": "https://github.com/edgarronda/LearningGraphQL#readme",
"dependencies": {
"casual": "^1.6.2",
"express": "^4.17.1",
"express-graphql": "^0.8.0",
"graphql": "^14.4.1",
"graphql-tools": "^4.0.5",
"lodash": "^4.17.11",
"mongoose": "^5.6.3",
"nodemon": "^1.19.1",
"sequelize": "^5.9.2",
"sqlite3": "^4.0.9"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.24.1"
}
}