summaryrefslogtreecommitdiffstats
path: root/backend/package.json
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-06-14 16:44:21 -0400
committerWes Bos <wesbos@gmail.com>2018-06-14 16:44:21 -0400
commitb1600adec47a04f60e1da07d94a3ed3906ff5aee (patch)
tree828f786da6806d7237ee5cbc5df61e552353b85b /backend/package.json
parenta95e08cd2dd5d7ec0a0412adae02515a5f9cec4f (diff)
starter files
Diffstat (limited to 'backend/package.json')
-rw-r--r--backend/package.json39
1 files changed, 0 insertions, 39 deletions
diff --git a/backend/package.json b/backend/package.json
deleted file mode 100644
index e038404..0000000
--- a/backend/package.json
+++ /dev/null
@@ -1,39 +0,0 @@
-{
- "name": "my-own",
- "scripts": {
- "start": "nodemon -e js,graphql -x node src/index.js",
- "debug": "nodemon -e js,graphql -x node --inspect src/index.js",
- "test": "jest",
- "playground": "graphql playground",
- "deploy": "prisma deploy --env-file variables.env",
- "dev": "npm-run-all --parallel debug playground"
- },
- "dependencies": {
- "bcryptjs": "2.4.3",
- "cookie-parser": "^1.4.3",
- "graphql": "^0.13.2",
- "graphql-yoga": "1.14.7",
- "jsonwebtoken": "8.3.0",
- "nodemailer": "^4.6.6",
- "npm-run-all": "^4.1.3",
- "prisma-binding": "2.0.2",
- "stripe": "^6.1.1"
- },
- "devDependencies": {
- "babel-preset-env": "^1.7.0",
- "dotenv": "6.0.0",
- "graphql-cli": "^2.16.2",
- "jest-cli": "^23.1.0",
- "nodemon": "1.17.5",
- "prisma": "1.9.0"
- },
- "license": "MIT",
- "repository": {
- "url": "wesbos.com"
- },
- "babel": {
- "presets": [
- "env"
- ]
- }
-}