-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.18 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
42
43
44
45
46
47
48
49
{
"name": "graphql",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha testing/*test.js",
"nodemon": "nodemon server.js",
"dev": "nodemon server.js"
},
"keywords": [],
"author": "Bhupi",
"license": "ISC",
"dependencies": {
"async-redis": "^1.1.7",
"aws-s3": "^2.0.5",
"aws-sdk": "^2.444.0",
"axios": "^0.18.0",
"bcrypt": "^3.0.5",
"body-parser": "^1.18.3",
"chai": "^4.2.0",
"dotenv": "^7.0.0",
"env": "0.0.2",
"express": "^4.16.4",
"express-graphiql": "^1.0.0",
"express-graphql": "^0.7.1",
"express-session": "^1.16.1",
"express-validator": "^5.3.1",
"graphiql": "^0.13.0",
"graphql": "^14.2.1",
"graphql-iso-date": "^3.6.1",
"graphql-middleware": "^3.0.2",
"graphql-request": "^1.8.2",
"graphql-tools": "^4.0.4",
"jsonwebtoken": "^8.5.1",
"mocha": "^6.1.1",
"mongoose": "^5.4.20",
"multer": "^1.4.1",
"multer-s3": "^2.9.0",
"nodemailer": "^6.0.0",
"nodemon": "^1.18.10",
"npm": "^6.9.0",
"passport": "^0.4.0",
"passport-github": "^1.1.0",
"redis": "^2.8.0",
"request": "^2.88.0",
"supertest": "^4.0.2"
}
}