-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 869 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": "remote-party-api",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start:dev": "nodemon -e js,graphql",
"start:prod": "pm2 start src/index.js --name how-are-you-api"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"apollo-datasource-rest": "^0.9.0",
"apollo-server": "2.9.4",
"graphql": "^15.0.0",
"graphql-extensions": "^0.11.0",
"graphql-tools": "^6.0.1",
"mongoose": "^5.9.7",
"pm2": "^4.4.0"
},
"devDependencies": {
"eslint": "^6.3.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.2.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.0",
"husky": "^3.0.5",
"nodemon": "^1.19.1",
"prettier": "^1.18.2"
}
}