-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.16 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
{
"name": "allstats",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve-dev": "nodemon -e js, graphql -x node --inspect src/index.js",
"playground": "graphql playground --dotenv variables.env",
"serve": "npm-run-all --parallel serve-dev playground",
"deploy": "prisma deploy -e variables.env",
"deploy-force": "prisma deploy -e variables.env --force",
"schema": "graphql get-schema -p prisma"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/adamlorek/fstats.git"
},
"author": "Adam Lorek",
"license": "ISC",
"homepage": "https://bitbucket.org/adamlorek/fstats#readme",
"dependencies": {
"babel-preset-env": "^1.7.0",
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.3",
"dotenv": "^6.1.0",
"graphql": "^14.0.2",
"graphql-cli": "^3.0.3",
"graphql-yoga": "^1.16.7",
"jsonwebtoken": "^8.3.0",
"nodemailer": "^4.6.8",
"prisma": "^1.22.2",
"prisma-binding": "^2.1.6",
"stripe": "^6.12.1"
},
"devDependencies": {
"nodemon": "^1.18.4",
"npm-run-all": "^4.1.3"
}
}