-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 899 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 899 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
{
"name": "alura_graphql",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"graphql": "nodemon -e js,json,graphql src/index.js",
"api": "nodemon -e js,json,graphql api/index.js",
"swagger-autogen": "node swagger.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@apollo/datasource-rest": "^4.3.2",
"apollo-server": "^3.11.1",
"body-parser": "^1.20.1",
"dataloader": "^2.1.0",
"express": "^4.18.2",
"graph-tools": "^0.1.2",
"graphql": "^16.6.0",
"json-server": "^0.17.1",
"nodemon": "^2.0.20",
"path": "^0.12.7",
"pg": "^8.8.0",
"pg-hstore": "^2.3.4",
"sequelize": "^6.25.3",
"sequelize-cli": "^6.5.2"
},
"devDependencies": {
"swagger-autogen": "^2.22.0",
"swagger-ui-express": "^4.5.0"
}
}