UNPKG

@intuitionrobotics/push-pub-sub

Version:
93 lines 2.09 kB
{ "name": "@intuitionrobotics/push-pub-sub", "version": "2.3.2", "engines": { "node": ">=20.10.0" }, "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", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "dependencies": { "@intuitionrobotics/firebase": "2.3.2", "@intuitionrobotics/thunderstorm": "2.3.2", "@intuitionrobotics/ts-common": "2.3.2" }, "peerDependencies": { "@types/react": "^18.0.0" }, "devDependencies": { "@types/node": "^20.0.0", "ts-node": "^8.6.2", "typescript": "^5.3.0", "@intuitionrobotics/testelot": "2.3.2" }, "typesVersions": { "*": { "backend": [ "dist/backend" ], "frontend": [ "dist/frontend" ], "app-backend/*": [ "dist/app-backend/*" ], "app-frontend/*": [ "dist/app-frontend/*" ], "shared/*": [ "dist/shared/*" ] } }, "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./frontend": { "types": "./dist/frontend.d.ts", "default": "./dist/frontend.js" }, "./backend": { "types": "./dist/backend.d.ts", "default": "./dist/backend.js" }, "./app-frontend/*": { "types": "./dist/app-frontend/*.d.ts", "default": "./dist/app-frontend/*.js" }, "./app-backend/*": { "types": "./dist/app-backend/*.d.ts", "default": "./dist/app-backend/*.js" }, "./shared/*": { "types": "./dist/shared/*.d.ts", "default": "./dist/shared/*.js" } }, "sideEffects": false, "scripts": { "build": "tsc -b src/main/tsconfig.json", "lint": "eslint src/main --cache --cache-location ../node_modules/.cache/eslint/push-pub-sub" } }