diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-01-30 12:41:01 -0500 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-01-30 12:41:01 -0500 |
| commit | cd0b07b3adb36fb5ec098f9e511ab45d774fee7b (patch) | |
| tree | a203e5010219ccea1acc6bbd2c0a4bcfa0a78615 /backend/package.json | |
| parent | 0a1648bf47490b312169c531aeb51ef4725e8d2e (diff) | |
Move to Prisma Backend
Diffstat (limited to 'backend/package.json')
| -rw-r--r-- | backend/package.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/backend/package.json b/backend/package.json new file mode 100644 index 0000000..ca26206 --- /dev/null +++ b/backend/package.json @@ -0,0 +1,22 @@ +{ + "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" + }, + "dependencies": { + "bcryptjs": "2.4.3", + "graphql-yoga": "1.2.1", + "jsonwebtoken": "8.1.1", + "prisma-binding": "1.4.0" + }, + "devDependencies": { + "dotenv": "4.0.0", + "graphql-cli": "2.13.0", + "nodemon": "1.14.11", + "npm-run-all": "4.1.2", + "prisma": "1.0.11" + } +} |
