1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "name": "fis-restransmission",
- "version": "1.0.0",
- "description": "For message buffering",
- "main": "index.js",
- "scripts": {
- "build": "tsc -p tsconfig.json",
- "watch": "tsc -p tsconfig.json --watch",
- "test": "echo \"Error: no test specified\" && exit 1",
- "test2": "node test/test2.js",
- "generatedata": "node services/utility/generateData.js",
- "http1": "node test/http1.js",
- "http2": "node test/http2.js",
- "socket": "node test/socket/socket-client.js",
- "grpc1": "node test/grpc1.js",
- "grpc2": "node test/grpc2.js",
- "grpc3": "node test/grpc3.js",
- "testing": "node test/test.js",
- "server": "node test/grpcTest.js",
- "rxjsbuffer": "node test/rxjsbuffer.sample.test.js",
- "http-test-server": "node test/socket/http-test-server.js",
- "socket-test-server": "node test/socket/socket-test-server.js",
- "simpleObsTest": "node test/simpleObsTest.js",
- "compareString": "node test/stringtest.js"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "@grpc/grpc-js": "^1.9.4",
- "dotenv": "^16.3.1",
- "express": "^4.18.2",
- "grpc-health-check": "^2.0.0",
- "jsonschema": "^1.4.1",
- "lodash": "^4.17.21",
- "mongo": "^0.1.0",
- "mongoose": "^7.6.0",
- "rfdc": "^1.4.1",
- "rxjs": "^7.8.1",
- "socket.io": "^4.7.5",
- "socket.io-client": "^4.7.5",
- "uuid": "^9.0.1"
- },
- "devDependencies": {
- "@types/jest": "^29.5.12",
- "@types/node": "^20.6.0",
- "jest": "^29.7.0",
- "ts-jest": "^29.2.5",
- "typescript": "^5.5.4"
- }
- }
|