@intuitionrobotics/push-pub-sub
Version:
39 lines (38 loc) • 942 B
JSON
{
"name": "@intuitionrobotics/push-pub-sub",
"version": "0.47.45",
"description": "push-pub-sub",
"keywords": [
"IR",
"express",
"infra",
"nu-art",
"push-pub-sub",
"thunderstorm",
"typescript"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:intuition-robotics/push-pub-sub.git"
},
"license": "Apache-2.0",
"author": "IR",
"main": "./index.js",
"types": "./index.d.ts",
"scripts": {
"build": "tsc -p src/main/tsconfig.json --rootDir ./src/main --outDir dist",
"lint": "tslint -p src/main/tsconfig.json"
},
"dependencies": {
"@intuitionrobotics/firebase": "~0.47.0",
"@intuitionrobotics/thunderstorm": "~0.47.0",
"@intuitionrobotics/ts-common": "~0.47.0"
},
"devDependencies": {
"@intuitionrobotics/testelot": "~0.47.0",
"@types/node": "^20.0.0",
"ts-node": "^8.6.2",
"tslint": "^6.1.3",
"typescript": "^5.3.0"
}
}