{
    "name": "full-powershell",
    "version": "3.1.6",
    "description": "Capture and serialize all PowerShell output streams in Node.js using RxJS or Promises.",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "scripts": {
        "build": "rimraf ./dist && tsc",
        "test": "set DEBUG=fps:*&&jest --config jestconfig.json",
        "watch": "set DEBUG=fps:*&&jest --config jestconfig.json --watchAll",
        "testone": "set DEBUG=fps:*&&jest --config jestconfig.json",
        "prepare": "npm run build",
        "prepublishOnly": "npm test"
    },
    "keywords": [
        "powershell",
        "pwsh",
        "streams",
        "rxjs",
        "typescript"
    ],
    "author": "Richard Dunn",
    "license": "MIT",
    "devDependencies": {
        "@types/debug": "^4.1.12",
        "@types/jest": "^29.5.14",
        "@types/node": "^22.14.1",
        "jest": "^29.7.0",
        "rimraf": "^6.0.1",
        "ts-jest": "^29.3.2",
        "ts-node": "^10.9.2",
        "typescript": "^5.8.3"
    },
    "dependencies": {
        "debug": "^4.4.0",
        "rxjs": "^7.8.2"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/daverickdunn/full-powershell.git"
    },
    "homepage": "https://github.com/daverickdunn/full-powershell",
    "bugs": {
        "url": "https://github.com/daverickdunn/full-powershell/issues"
    }
}
