UNPKG

subsiphon

Version:
49 lines 1.11 kB
{ "name": "subsiphon", "version": "2.0.0", "description": "RxJS subscription manager", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "microbundle build", "dev": "microbundle watch", "test": "jest", "test:coverage": "jest --coverage" }, "repository": "https://github.com/shobeiry/subsiphon", "author": "sssh", "license": "MIT", "keywords": [ "rxjs", "subscription", "subscribe", "unsubscribe", "sub", "siphon", "subsiphon", "angular", "angular subscribtion" ], "devDependencies": { "@types/jest": "^30.0.0", "@types/node": "^24.1.0", "@typescript-eslint/eslint-plugin": "^8.38.0", "@typescript-eslint/parser": "^8.38.0", "codecov": "3.8.3", "cpx": "^1.5.0", "eslint": "^9.31.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-prettier": "^5.5.3", "jest": "^30.0.5", "microbundle": "^0.15.1", "prettier": "^3.6.2", "ts-jest": "^29.4.0", "typescript": "^5.8.3" }, "peerDependencies": { "rxjs": "^7.0.0" }, "files": [ "dist" ] }