1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "backend",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "dependencies": {
- "bcryptjs": "^2.4.3",
- "body-parser": "^1.18.3",
- "cookie-parser": "^1.4.4",
- "cors": "^2.8.5",
- "crypto": "^1.0.1",
- "dotenv": "^7.0.0",
- "express-fileupload": "^1.1.4",
- "graphql-yoga": "^1.17.4",
- "jsonwebtoken": "^8.5.1",
- "lodash": "^4.17.11",
- "mkdirp": "^0.5.1",
- "multer": "^1.4.1",
- "prisma": "^1.30.1",
- "prisma-binding": "^2.3.10",
- "prisma-client-lib": "^1.30.1",
- "python-shell": "^1.0.7",
- "semaphore-async-await": "^1.5.1",
- "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"
- }
|