package.json 966 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "backend",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "dependencies": {
  7. "bcryptjs": "^2.4.3",
  8. "body-parser": "^1.18.3",
  9. "cookie-parser": "^1.4.4",
  10. "cors": "^2.8.5",
  11. "crypto": "^1.0.1",
  12. "dotenv": "^7.0.0",
  13. "express-fileupload": "^1.1.4",
  14. "graphql-yoga": "^1.17.4",
  15. "jsonwebtoken": "^8.5.1",
  16. "lodash": "^4.17.11",
  17. "mkdirp": "^0.5.1",
  18. "multer": "^1.4.1",
  19. "prisma": "^1.30.1",
  20. "prisma-binding": "^2.3.10",
  21. "prisma-client-lib": "^1.30.1",
  22. "python-shell": "^1.0.7",
  23. "semaphore-async-await": "^1.5.1",
  24. "standard": "^12.0.1"
  25. },
  26. "devDependencies": {
  27. "nodemon": "^1.18.11"
  28. },
  29. "scripts": {
  30. "start": "nodemon -e js,graphql -x node index.js",
  31. "dev": "nodemon -e js,graphql -x node --inspect index.js",
  32. "test": "echo \"Error: no test specified\" && exit 1",
  33. "deploy": "prisma deploy"
  34. },
  35. "keywords": [],
  36. "author": "",
  37. "license": "ISC"
  38. }