UNPKG

spawn-rx

Version:

An Rx-version of child_process.spawn

48 lines (47 loc) 1.29 kB
{ "name": "spawn-rx", "version": "6.0.0", "description": "An Rx-version of child_process.spawn", "scripts": { "doc": "echo \"esdoc may not work correctly\" && esdoc -c ./esdoc.json", "compile": "tsgo -p ./tsconfig.json", "prepublishOnly": "bun run build", "check": "biome check", "fix": "biome check --write --unsafe .", "test": "bun test", "build": "bun run compile && bun run test" }, "repository": { "type": "git", "url": "git+https://github.com/anaisbetts/spawn-rx.git" }, "keywords": [ "spawn", "rx" ], "author": "Anaïs Betts <anais@anaisbetts.org>", "license": "MIT", "bugs": { "url": "https://github.com/anaisbetts/spawn-rx/issues" }, "main": "lib/src/index.js", "typings": "lib/src/index.d.ts", "homepage": "https://github.com/anaisbetts/spawn-rx", "dependencies": { "debug": "^4.3.7", "lru-cache": "^11.2.4", "rxjs": "^7.8.1" }, "devDependencies": { "@biomejs/biome": "^2.3.0", "@types/debug": "^4.1.12", "@types/node": "^22.0.0", "@typescript/native-preview": "^7.0.0-dev.20251221.1", "babel-register": "^6.23.0", "esdoc": "^1.1.0", "esdoc-es7-plugin": "0.0.3", "esdoc-plugin-async-to-sync": "^0.5.0", "marked": "^0.5.0", "uuid": "3.0.1" } }