package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "fis-searchutility",
  3. "version": "1.0.0",
  4. "description": "For seaching and filtering data",
  5. "main": "index.js",
  6. "scripts": {
  7. "generate-grpc": "protoc --plugin=protoc-gen-ts=C:/Users/esenz/dev/Task/Fis-SearchUtility/node_modules/grpc-tools/bin/grpc_tools_node_protoc --js_out=import_style=commonjs,binary:./generated --grpc_out=./generated --plugin=protoc-gen-grpc=<path-to-protoc>/bin/grpc_node_plugin hello.proto",
  8. "build": "tsc -p tsconfig.json",
  9. "test": "echo \"Error: no test specified\" && exit 1",
  10. "start": "node index.js",
  11. "test1": "node test/test1.js",
  12. "test2": "node test/test2.js",
  13. "test3": "node test/test3.js",
  14. "test4": "node test/test4.js",
  15. "publish": "node test/publisher.js",
  16. "consume": "node --max-old-space-size=512 test/consumer_1.js",
  17. "buffer": "node test/buffer_showcase.js"
  18. },
  19. "repository": {
  20. "type": "git",
  21. "url": "https://swopt.com:3000/enzo/Fis-SearchUtility.git"
  22. },
  23. "author": "swopt_staff",
  24. "license": "ISC",
  25. "dependencies": {
  26. "@grpc/grpc-js": "^1.8.13",
  27. "@grpc/proto-loader": "^0.7.6",
  28. "@types/node": "^18.11.18",
  29. "express": "^4.18.2",
  30. "google-protobuf": "^3.21.2",
  31. "grpc": "^1.24.11",
  32. "jsonschema": "^1.4.1",
  33. "lodash": "^4.17.21",
  34. "mongoose": "^7.0.3",
  35. "protobufjs": "^7.2.3",
  36. "pug": "^3.0.2",
  37. "rxjs": "^7.8.0",
  38. "typescript": "^5.0.2",
  39. "typescript-collections": "^1.3.3",
  40. "ws": "^8.13.0"
  41. },
  42. "devDependencies": {
  43. "@faker-js/faker": "^7.6.0",
  44. "grpc-tools": "^1.12.4"
  45. }
  46. }