1234567891011121314151617181920212223242526272829303132333435 |
- {
- "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",
- "grpc1": "node test/grpc1.js",
- "grpc2": "node test/grpc2.js",
- "grpc3": "node test/grpc3.js",
- "testing": "node test/test.js"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "@faker-js/faker": "^8.1.0",
- "@grpc/grpc-js": "^1.9.4",
- "dotenv": "^16.3.1",
- "express": "^4.18.2",
- "grpc-health-check": "^2.0.0",
- "lodash": "^4.17.21",
- "mongo": "^0.1.0",
- "mongoose": "^7.6.0",
- "rxjs": "^7.8.1",
- "uuid": "^9.0.1"
- },
- "devDependencies": {
- "@types/node": "^20.6.0",
- "typescript": "^5.2.2"
- }
- }
|