{ "name": "backend", "version": "1.0.0", "description": "", "main": "index.js", "dependencies": { "dotenv": "^7.0.0", "express-fileupload": "^1.1.4", "graphql-yoga": "^1.17.4", "prisma": "^1.30.1", "prisma-binding": "^2.3.10", "prisma-client-lib": "^1.30.1", "python-shell": "^1.0.7", "standard": "^12.0.1" }, "devDependencies": { "nodemon": "^1.18.11" }, "scripts": { "start": "nodemon -e js,graphql -x node index.js", "dev": "nodemon -e js,graphql -x node --inspect index.js", "test": "echo \"Error: no test specified\" && exit 1", "deploy": "prisma deploy" }, "keywords": [], "author": "", "license": "ISC" }