package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "joystream-minting-and-burning",
  3. "version": "1.0.0",
  4. "description": "KPI #25.II-3 - Minting and Burning",
  5. "main": "src/mintingAndBurning.ts",
  6. "author": "lkskrn",
  7. "license": "MIT",
  8. "scripts": {
  9. "build": "tsc",
  10. "prestart": "tsc",
  11. "start": "nodemon --ignore 'report/*.json' src/mintingAndBurning.ts"
  12. },
  13. "dependencies": {
  14. "@joystream/types": "^0.16.1",
  15. "axios": "^0.21.1",
  16. "body-parser": "^1.18.3",
  17. "compression": "^1.7.4",
  18. "cors": "^2.8.5",
  19. "dotenv": "^10.0.0",
  20. "express": "^4.17.1",
  21. "express-static-gzip": "^2.1.1",
  22. "fs": "^0.0.1-security",
  23. "node-cron": "^3.0.0",
  24. "pg": "^8.7.1",
  25. "pg-hstore": "^2.3.4",
  26. "reflect-metadata": "^0.1.13",
  27. "zlib": "^1.0.5"
  28. },
  29. "devDependencies": {
  30. "@types/body-parser": "^1.17.0",
  31. "@types/compression": "^1.7.2",
  32. "@types/cors": "^2.8.12",
  33. "@types/express": "^4.17.13",
  34. "@types/node": "^16.4.2",
  35. "@types/node-cron": "^2.0.4",
  36. "@types/pg": "^8.6.1",
  37. "@types/strong-error-handler": "^2.3.0",
  38. "nodemon": "^2.0.12",
  39. "pm2": "^5.1.1",
  40. "prettier": "^2.3.2",
  41. "ts-node": "^10.2.1",
  42. "tslint": "^6.1.3",
  43. "typescript": "^4.4.2"
  44. }
  45. }