{
  "name": "@4fu/pi-pwsh",
  "version": "0.10.0",
  "description": "Persistent PowerShell tasks for pi on Windows, with ConPTY sessions and user requests.",
  "license": "MIT",
  "author": "4fuu",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/4fuu/pi-pwsh.git"
  },
  "type": "module",
  "engines": {
    "node": ">=22.19.0"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "powershell",
    "pwsh",
    "windows"
  ],
  "files": [
    "src",
    "README.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./src/index.ts"
    ],
    "image": "https://raw.githubusercontent.com/4fuu/pi-pwsh/master/docs/logo.svg"
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "npm run typecheck && npm run test:controls && npm run test:tasks && npm run test:config && npm run test:runtime && npm run test:transport && npm run test:exitcode && npm run test:output && npm run test:launcher && npm run test:logcap && npm run test:timeout && npm run test:pty",
    "test:tasks": "tsx scripts/test-tasks.mjs",
    "test:controls": "tsx --test scripts/test-controls.mjs",
    "test:controls-ui": "node scripts/smoke-controls-ui.mjs",
    "test:config": "tsx scripts/smoke-config.mjs",
    "test:exitcode": "tsx scripts/smoke-exitcode.mjs",
    "test:launcher": "tsx scripts/smoke-launcher-descendant.mjs",
    "test:logcap": "tsx scripts/smoke-logcap.mjs",
    "test:output": "tsx scripts/smoke-output.mjs",
    "test:pty": "tsx scripts/smoke-pty.mjs",
    "test:runtime": "tsx scripts/smoke-runtime.mjs",
    "test:timeout": "tsx scripts/smoke-timeout.mjs",
    "test:transport": "tsx scripts/smoke-transport.mjs"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.84.0",
    "@earendil-works/pi-tui": "^0.84.0",
    "@types/node": "^24.0.0",
    "tsx": "^4.20.0",
    "typebox": "^1.1.38",
    "typescript": "^5.5.0"
  },
  "dependencies": {
    "@4fu/pi-task-coordinator": "0.2.1",
    "@4fu/pi-tasks": "0.2.0",
    "@xterm/headless": "^6.0.0",
    "node-pty": "1.1.0"
  }
}
