{ "name": "@garm/rxjs-reboot", "version": "0.0.0", "description": "", "main": "dist/index.js", "scripts": { "step1": "npm run test:watch Subscription", "step2": "npm run test:watch Subscriber", "step3": "npm run test:watch Observable", "step4": "npm run test:watch Subject", "step5": "npm run test:watch operators/map", "step6": "npm run test:watch operators/scan", "step7": "npm run test:watch operators/retry", "step8": "npm run test:watch operators/finalize", "step9": "npm run test:watch operators/switchMap", "start": "node dist/index.js", "dev": "ts-node src/index.ts", "check:all": "npm run build && npm run lint:all", "tsc": "tsc --build src", "tsc:watch": "tsc --build src --watch", "tsc:check": "tsc --build src --noEmit", "build": "npm run tsc", "build:watch": "npm run tsc:watch", "build:check": "npm run tsc:check", "rebuild": "npm run clean && npm run build", "lint": "npx eslint src --ext .ts,.tsx,.json --max-warnings=0", "lint:all": "npm run lint && npm run prettier:check", "lint:fix": "npm run lint --fix", "prettier": "prettier --write .", "prettier:check": "prettier --check .", "clean": "rimraf dist tsconfig.tsbuildinfo", "clean:all": "npm run clean", "test": "NODE_ENV=test jest --verbose --passWithNoTests", "test:watch": "NODE_ENV=test jest --verbose --passWithNoTests --watch", "test:all": "npm run clean:all && npm run build && npm run lint:all && npm run test" }, "keywords": [], "author": "Garm", "license": "MIT", "devDependencies": { "@cucumber/cucumber": "8.11.0", "@trapcodien/eslint-config": "1.0.4", "@trapcodien/prettier-config": "1.0.4", "@trapcodien/tsconfig": "1.0.6", "@types/jest": "29.4.0", "@types/node": "18.13.0", "copyfiles": "2.4.1", "eslint": "8.34.0", "jest": "29.4.2", "jest-extended": "3.2.4", "prettier": "2.8.4", "ts-jest": "29.0.5", "ts-node": "10.9.1", "typescript": "4.9.5" }, "dependencies": { "rxjs": "7.8.1" } }