-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 866 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
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "server.js",
"dependencies": {
"apollo-datasource-rest": "^0.9.3",
"apollo-server-express": "^2.17.0",
"axios": "^0.21.1",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"es6-promise": "^4.2.8",
"eslint": "^7.8.1",
"express": "^4.17.1",
"graphql": "^14.7.0",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.20",
"nodemon": "^2.0.4"
},
"devDependencies": {
"all-contributors-cli": "^6.17.2",
"babel-eslint": "^10.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev": "nodemon server.js",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
},
"author": "",
"license": "ISC"
}