package.json 840 B

1234567891011121314151617181920212223242526272829303132
  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. "testing": "node test/test.js"
  14. },
  15. "author": "",
  16. "license": "ISC",
  17. "dependencies": {
  18. "@faker-js/faker": "^8.1.0",
  19. "@grpc/grpc-js": "^1.9.4",
  20. "dotenv": "^16.3.1",
  21. "express": "^4.18.2",
  22. "grpc-health-check": "^2.0.0",
  23. "lodash": "^4.17.21",
  24. "mongo": "^0.1.0",
  25. "mongoose": "^7.6.0",
  26. "rxjs": "^7.8.1"
  27. },
  28. "devDependencies": {
  29. "@types/node": "^20.6.0",
  30. "typescript": "^5.2.2"
  31. }
  32. }