-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 985 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 985 Bytes
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
{
"name": "lsjson-example",
"description": "example data for os/lsjson.py",
"scripts": {
"start": "nodemon -e js,graphql -x node src/index.js",
"dev": "nodemon -e js,graphql -x node --inspect src/index.js",
"test": "jest",
"deploy": "prisma deploy --env-file variables.env"
},
"dependencies": {
"babel-preset-env": "^1.7.0",
"bcryptjs": "2.4.3",
"cookie-parser": "^1.4.3",
"dotenv": "6.0.0",
"graphql": "^0.13.2",
"graphql-cli": "^2.16.7",
"graphql-yoga": "1.17.4",
"jsonwebtoken": "8.3.0",
"nodemailer": "^4.6.8",
"nodemon": "1.18.4",
"npm-run-all": "^4.1.3",
"prisma": "1.17.1",
"prisma-binding": "2.1.6",
"stripe": "^6.12.1"
},
"license": "MIT",
"repository": {
"site1": {
"url1": "example11.com",
"url2": "example12.com"
},
"site2": {
"url1": "example21.com",
"url2": "example22.com"
}
},
"babel": {
"presets": [
"env"
]
}
}