package.json 875 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "fis-restransmission",
  3. "version": "1.0.0",
  4. "description": "For message buffering",
  5. "main": "index.js",
  6. "scripts": {
  7. "build": "tsc -p tsconfig.json",
  8. "watch": "tsc -p tsconfig.json --watch",
  9. "test": "echo \"Error: no test specified\" && exit 1",
  10. "generatedata": "node services/utility/generateData.js",
  11. "grpc1": "node test/grpc1.js",
  12. "grpc2": "node test/grpc2.js",
  13. "grpc3": "node test/grpc3.js",
  14. "testing": "node test/test.js"
  15. },
  16. "author": "",
  17. "license": "ISC",
  18. "dependencies": {
  19. "@faker-js/faker": "^8.1.0",
  20. "@grpc/grpc-js": "^1.9.4",
  21. "dotenv": "^16.3.1",
  22. "express": "^4.18.2",
  23. "grpc-health-check": "^2.0.0",
  24. "lodash": "^4.17.21",
  25. "mongo": "^0.1.0",
  26. "mongoose": "^7.6.0",
  27. "rxjs": "^7.8.1"
  28. },
  29. "devDependencies": {
  30. "@types/node": "^20.6.0",
  31. "typescript": "^5.2.2"
  32. }
  33. }