diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-09-14 12:18:12 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-09-14 12:18:12 -0400 |
| commit | 2d145b026cfdf54a63bef0b9d6324b6785390307 (patch) | |
| tree | f6c1d8f987437803a5c026e70535bf9ff244e885 /finished-application/backend/package.json | |
| parent | 8a5825d52271d712ec7c8348447d433067e13ef2 (diff) | |
move finished folder
Diffstat (limited to 'finished-application/backend/package.json')
| -rw-r--r-- | finished-application/backend/package.json | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/finished-application/backend/package.json b/finished-application/backend/package.json new file mode 100644 index 0000000..a8bd30d --- /dev/null +++ b/finished-application/backend/package.json @@ -0,0 +1,39 @@ +{ + "name": "sick-fits-backend", + "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 --dotenv variables.env", + "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": "^14.0.2", + "graphql-yoga": "1.16.2", + "jsonwebtoken": "8.3.0", + "nodemailer": "^4.6.6", + "npm-run-all": "^4.1.3", + "prisma-binding": "2.1.5", + "stripe": "^6.1.1", + "dotenv": "6.0.0", + "prisma": "1.16.0", + "babel-preset-env": "^1.7.0", + "nodemon": "1.18.4" + }, + "devDependencies": { + "graphql-cli": "^2.16.2", + "jest-cli": "^23.1.0" + }, + "license": "MIT", + "repository": { + "url": "wesbos.com" + }, + "babel": { + "presets": [ + "env" + ] + } +} |
