summaryrefslogtreecommitdiffstats
path: root/backend/package.json
blob: 31f06181b1b3ad3c7191810a7612a45df13e7421 (plain)
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
{
  "name": "my-own",
  "scripts": {
    "start": "nodemon -e js,graphql -x node -r dotenv/config src/index.js",
    "debug": "nodemon -e js,graphql -x node --inspect -r dotenv/config src/index.js",
    "playground": "graphql playground",
    "dev": "npm-run-all --parallel start playground",
    "test": "jest"
  },
  "dependencies": {
    "bcryptjs": "2.4.3",
    "graphql": "^0.12.3",
    "graphql-yoga": "1.2.4",
    "jsonwebtoken": "8.1.1",
    "nodemailer": "^4.4.2",
    "prisma-binding": "1.5.7",
    "stripe": "^5.4.0"
  },
  "devDependencies": {
    "chalk": "^2.3.0",
    "dotenv": "5.0.0",
    "graphql-cli": "2.14.0",
    "graphql-request": "^1.4.1",
    "jest-cli": "^22.1.4",
    "nodemon": "1.14.12",
    "npm-run-all": "4.1.2",
    "prisma": "1.2.0"
  },
  "license": "MIT",
  "repository": {
    "url": "wesbos.com"
  }
}