{
  "name": "@runminton/pi-powershell-tool",
  "version": "0.1.1",
  "description": "Pi extension that provides a native PowerShell 7+ tool for Windows",
  "license": "MIT",
  "keywords": [
    "pi-package",
    "pi",
    "powershell"
  ],
  "files": [
    "index.ts",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "vitest run"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.82.0",
    "@earendil-works/pi-tui": ">=0.82.0",
    "typebox": "*"
  },
  "devDependencies": {
    "vitest": "*"
  },
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  }
}
