-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.09 KB
/
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
37
38
39
40
41
{
"name": "graphql-mongodb-supertokens-boilerplate",
"version": "1.0.0",
"description": "",
"main": "./src/index.js",
"scripts": {
"start": "nodemon -r dotenv/config ./src/index.js",
"ac": "cd ./scripts && bash add-component.sh",
"rc": "cd ./scripts && bash remove-component.sh"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"apollo-server-express": "^2.6.9",
"bcrypt": "^3.0.6",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"dotenv": "^8.0.0",
"esm": "^3.2.25",
"express": "^4.17.1",
"fast-glob": "^3.0.4",
"graphql": "^14.4.2",
"helmet": "^3.18.0",
"jsonwebtoken": "^8.5.1",
"merge-graphql-schemas": "^1.5.8",
"mongoose": "^5.6.4",
"supertokens-node-mongo-ref-jwt": "^3.0.3",
"uuid": "^3.3.2",
"validator": "^11.1.0"
},
"devDependencies": {
"eslint": "^6.0.1",
"eslint-config-standard": "^13.0.1",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"nodemon": "^1.19.1"
}
}