-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1013 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
{
"name": "mocks",
"version": "1.0.0",
"main": "server.js",
"dependencies": {
"axios": "^0.21.1",
"axios-oauth-client": "^1.4.3",
"body-parser": "^1.19.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-graphql": "^0.12.0",
"follow-redirects": "^1.14.1",
"graphql": "^15.5.0",
"graphql-tools": "^7.0.4",
"opn": "^6.0.0",
"react": "^17.0.2"
},
"devDependencies": {
"nodemon": "^2.0.12"
},
"scripts": {
"devStart": "nodemon server.js",
"start": "node server.js"
},
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/tommy509/mocks.git"
},
"bugs": {
"url": "https://github.com/tommy509/mocks/issues"
},
"homepage": "https://github.com/tommy509/mocks#readme",
"description": "``\r git clone \r ``\r ## 2.- In visual studio code, execute the command\r ``\r npm install express express-graphql graphql --save\r ``\r ## 2.- Run the project\r ``\r node server.js\r ``"
}