-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·51 lines (51 loc) · 1.17 KB
/
package.json
File metadata and controls
executable file
·51 lines (51 loc) · 1.17 KB
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
50
51
{
"name": "gql_holden",
"version": "1.0.0",
"engines": {
"node": "11.13.0",
"npm": "6.9.0"
},
"description": "",
"main": "index.js",
"dependencies": {
"apollo-server": "^2.4.8",
"apollo-server-express": "^2.4.8",
"authy": "^1.4.0",
"axios": "^0.18.0",
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"dotenv": "^7.0.0",
"express": "^4.16.4",
"firebase-admin": "^7.2.0",
"graphql": "^14.2.1",
"graphql-import": "^0.7.1",
"graphql-subscriptions": "^1.1.0",
"http": "0.0.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.24.0",
"nodemailer": "^6.0.0",
"nodemon": "^1.18.10",
"postmark": "^2.2.4",
"prisma": "^1.29.2",
"prisma-binding": "^2.3.10",
"prisma-client-lib": "^1.29.2",
"stripe": "^6.28.0",
"subscriptions-transport-ws": "^0.9.16"
},
"devDependencies": {
"graphql-tools": "^4.0.4",
"jest": "^24.6.0",
"jest-cli": "^24.6.0",
"jest-transform-graphql": "^2.1.0"
},
"scripts": {
"start": "nodemon index.js",
"dev": "NODE_ENV=development nodemon -e js,graphql -x node --inspect index.js",
"deploy": "prisma deploy --env-file .env",
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC"
}