-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.16 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.16 KB
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
39
40
41
42
43
{
"name": "mentoria",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon -r dotenv/config -r sucrase/register src/index.js",
"server": "json-server --watch db.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Felipe-Harms/GraphicQL-e-ApolloServer.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Felipe-Harms/GraphicQL-e-ApolloServer/issues"
},
"homepage": "https://github.com/Felipe-Harms/GraphicQL-e-ApolloServer#readme",
"dependencies": {
"apollo-datasource-rest": "^3.7.0",
"apollo-server": "^3.11.1",
"babel": "^6.23.0",
"bcrypt": "^5.1.0",
"dataloader": "^2.2.2",
"dotenv": "^16.0.3",
"faker": "^5.5.3",
"graphql": "^16.6.0",
"json-server": "^0.17.2",
"jsonwebtoken": "^9.0.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"nodemon": "^2.0.20",
"prettier": "^2.8.4",
"sucrase": "^3.29.0"
}
}