{
  "name": "pi-pwsh-native",
  "version": "0.1.4",
  "description": "Native PowerShell 7 tooling for the Pi coding agent on Windows",
  "license": "MIT",
  "author": "Tako (https://github.com/takomine)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/takomine/pi-pwsh-native.git"
  },
  "bugs": {
    "url": "https://github.com/takomine/pi-pwsh-native/issues"
  },
  "homepage": "https://github.com/takomine/pi-pwsh-native#readme",
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "os": [
    "win32"
  ],
  "engines": {
    "node": ">=22.19.0"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-extension",
    "powershell",
    "pwsh",
    "windows"
  ],
  "files": [
    "src",
    "README.md",
    "LICENSE",
    "THIRD_PARTY_NOTICES.md",
    "CHANGELOG.md"
  ],
  "pi": {
    "extensions": [
      "./src/index.ts"
    ],
    "image": "https://raw.githubusercontent.com/takomine/pi-pwsh-native/main/public/img.png"
  },
  "scripts": {
    "typecheck": "node ./node_modules/typescript/bin/tsc --noEmit",
    "test": "node --test test/config.test.mjs test/core.test.mjs test/runtime.test.mjs",
    "test:windows": "node --test test/integration.windows.test.mjs",
    "test:runtime": "node scripts/smoke-runtime.mjs",
    "test:exitcode": "node scripts/smoke-exitcode.mjs",
    "test:timeout": "node scripts/smoke-timeout.mjs",
    "check": "npm run typecheck && npm test && npm run test:windows",
    "smoke": "npm run test:runtime && npm run test:exitcode && npm run test:timeout"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.83.0 <1.0.0"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.84.2",
    "@types/node": "^24.0.0",
    "typescript": "^5.9.0"
  }
}
