package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "name": "proyek_radar_farmagitechs",
  3. "version": "1.0.0",
  4. "main": "index.js",
  5. "type": "commonjs",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "dev": "ts-node index.ts",
  9. "build": "tsc",
  10. "start": "node dist/index.js"
  11. },
  12. "prisma": {
  13. "seed": "ts-node prisma/seeders/DatabaseSeeder.ts"
  14. },
  15. "keywords": [],
  16. "author": "",
  17. "license": "ISC",
  18. "description": "",
  19. "dependencies": {
  20. "@faker-js/faker": "^9.8.0",
  21. "@prisma/client": "^6.10.1",
  22. "axios": "^1.10.0",
  23. "bcrypt": "^6.0.0",
  24. "body-parser": "^2.2.0",
  25. "cors": "^2.8.5",
  26. "date-fns": "^4.1.0",
  27. "date-fns-tz": "^3.2.0",
  28. "dayjs": "^1.11.13",
  29. "dayjs-plugin-utc": "^0.1.2",
  30. "dotenv": "^16.5.0",
  31. "express": "^5.1.0",
  32. "http-status-codes": "^2.3.0",
  33. "jsonwebtoken": "^9.0.2",
  34. "keycloak-connect": "^26.1.1",
  35. "multer": "^2.0.1",
  36. "node-cron": "^4.2.1",
  37. "pg": "^8.16.2",
  38. "qs": "^6.14.0",
  39. "zod": "^4.0.5"
  40. },
  41. "devDependencies": {
  42. "@types/bcrypt": "^5.0.2",
  43. "@types/cors": "^2.8.19",
  44. "@types/express": "^5.0.3",
  45. "@types/jsonwebtoken": "^9.0.10",
  46. "@types/keycloak-connect": "^4.5.4",
  47. "@types/multer": "^2.0.0",
  48. "@types/node": "^24.0.14",
  49. "prisma": "^6.10.1",
  50. "ts-node": "^10.9.2",
  51. "typescript": "^5.8.3"
  52. }
  53. }