123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "name": "fis-searchutility",
- "version": "1.0.0",
- "description": "For seaching and filtering data",
- "main": "index.js",
- "scripts": {
- "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",
- "build": "tsc -p tsconfig.json",
- "test": "echo \"Error: no test specified\" && exit 1",
- "start": "node index.js",
- "test1": "node test/test1.js",
- "test2": "node test/test2.js",
- "test3": "node test/test3.js",
- "test4": "node test/test4.js",
- "publish": "node test/publisher.js",
- "consume": "node --max-old-space-size=512 test/consumer_1.js",
- "buffer": "node test/buffer_showcase.js",
- "schedule": "node test/scheduler_showcase.js",
- "grpc": "node test/testGrpc.js"
- },
- "repository": {
- "type": "git",
- "url": "https://swopt.com:3000/enzo/Fis-SearchUtility.git"
- },
- "author": "swopt_staff",
- "license": "ISC",
- "dependencies": {
- "@grpc/grpc-js": "^1.8.13",
- "@grpc/proto-loader": "^0.7.6",
- "@types/node": "^18.11.18",
- "@types/socket.io-client": "^3.0.0",
- "google-protobuf": "^3.21.2",
- "grpc": "^1.24.11",
- "jsonschema": "^1.4.1",
- "lodash": "^4.17.21",
- "mongoose": "^7.0.3",
- "protobufjs": "^7.2.3",
- "pug": "^3.0.2",
- "rxjs": "^7.8.0",
- "socket.io": "^4.6.1",
- "typescript": "^5.0.2",
- "typescript-collections": "^1.3.3"
- },
- "devDependencies": {
- "@faker-js/faker": "^7.6.0",
- "grpc-tools": "^1.12.4"
- }
- }
|