forked from nhost/hasura-backend-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 959 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
37
38
{
"name": "hasura-backend-plus",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon --inspect=9222 ./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elitan/hasura-backend-plus.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/elitan/hasura-backend-plus/issues"
},
"homepage": "https://github.com/elitan/hasura-backend-plus#readme",
"dependencies": {
"aws-sdk": "^2.362.0",
"aws-serverless-express": "^3.3.5",
"bcryptjs": "^2.4.3",
"boom": "^7.2.2",
"cookie-parser": "^1.4.3",
"cors": "^2.8.5",
"express": "^4.16.4",
"express-jwt": "^5.3.1",
"graphql-client": "^2.0.1",
"graphql-request": "^1.8.2",
"joi": "^14.1.0",
"jsonwebtoken": "^8.4.0",
"morgan": "^1.9.1",
"multer": "^1.4.1",
"multer-s3": "^2.9.0",
"nodemon": "^1.18.9",
"uuid": "^3.3.2"
}
}