{ "name": "rxjs-branch", "version": "0.3.3", "description": "Branch operator for RxJS.", "repository": "https://github.com/vilicvane/rxjs-branch.git", "license": "MIT", "author": "vilicvane", "type": "module", "exports": { "types": "./bld/library/index.d.ts", "default": "./bld/library/index.js" }, "scripts": { "3": "pnpm install && pnpm dedupe && pnpm install", "build": "rimraf ./bld && tsc --build", "lint": "eslint --no-error-on-unmatched-pattern --report-unused-disable-directives . && run-in-every eslint-project --parallel --echo -- eslint --no-error-on-unmatched-pattern --report-unused-disable-directives .", "lint-prettier": "prettier --check .", "bare-test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest", "test": "npm run lint-prettier && npm run build && npm run lint && npm run bare-test" }, "dependencies": { "tslib": "^2.6.2" }, "peerDependencies": { "rxjs": "7" }, "devDependencies": { "@mufan/eslint-plugin": "^0.2.18", "@types/jest": "^29.5.12", "@types/node": "^20.11.25", "cross-env": "^7.0.3", "eslint": "^8.57.0", "jest": "^29.7.0", "prettier": "^3.2.5", "rimraf": "^5.0.5", "run-in-every": "^0.2.0", "rxjs": "^7.8.1", "typescript": "^5.4.2" } }