package.json 1023 B

12345678910111213141516171819202122232425262728293031323334353637
  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. "test2": "node test/test2.js",
  11. "generatedata": "node services/utility/generateData.js",
  12. "grpc1": "node test/grpc1.js",
  13. "grpc2": "node test/grpc2.js",
  14. "grpc3": "node test/grpc3.js",
  15. "testing": "node test/test.js",
  16. "server": "node test/grpcTest.js",
  17. "simpleObsTest": "node test/simpleObsTest.js"
  18. },
  19. "author": "",
  20. "license": "ISC",
  21. "dependencies": {
  22. "@faker-js/faker": "^8.1.0",
  23. "@grpc/grpc-js": "^1.9.4",
  24. "dotenv": "^16.3.1",
  25. "express": "^4.18.2",
  26. "grpc-health-check": "^2.0.0",
  27. "lodash": "^4.17.21",
  28. "mongo": "^0.1.0",
  29. "mongoose": "^7.6.0",
  30. "rxjs": "^7.8.1",
  31. "uuid": "^9.0.1"
  32. },
  33. "devDependencies": {
  34. "@types/node": "^20.6.0",
  35. "typescript": "^5.2.2"
  36. }
  37. }