{
  "name": "@rxreyn3/pi-azure-devops",
  "version": "0.2.0",
  "description": "Azure DevOps diagnostics extension and CLI for Pi/OMP",
  "keywords": [
    "pi-package",
    "pi-extension",
    "omp-plugin",
    "azure-devops",
    "diagnostics"
  ],
  "license": "MIT",
  "author": "rxreyn3",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rxreyn3/pi-azure-devops.git"
  },
  "bugs": {
    "url": "https://github.com/rxreyn3/pi-azure-devops/issues"
  },
  "homepage": "https://github.com/rxreyn3/pi-azure-devops#readme",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist/",
    "skills/",
    "prompts/",
    "docs/",
    "examples/",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "type": "module",
  "bin": {
    "pi-ado": "dist/cli/index.js"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json && node -e \"require('node:fs').cpSync('test/fixtures','dist/fixtures',{recursive:true})\"",
    "typecheck": "tsc -p tsconfig.typecheck.json",
    "test": "node --import tsx --test test/**/*.test.ts",
    "spike:rest": "tsx spikes/ado-rest-spike.ts",
    "prepack": "npm run build",
    "prepublishOnly": "npm test && npm run typecheck"
  },
  "pi": {
    "extensions": [
      "./dist/extension/index.js"
    ],
    "skills": [
      "./skills"
    ],
    "prompts": [
      "./prompts/ado-doctor.md",
      "./prompts/ado-status.md",
      "./prompts/ado-logs.md",
      "./prompts/ado-artifacts.md",
      "./prompts/ado-diagnose.md"
    ]
  },
  "engines": {
    "node": ">=20"
  },
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": ">=0.70.0 <1"
  },
  "dependencies": {
    "fflate": "^0.8.2",
    "typebox": "^1.1.24"
  },
  "devDependencies": {
    "@mariozechner/pi-coding-agent": "^0.70.6",
    "@types/node": "^24.10.1",
    "tsx": "^4.20.6",
    "typescript": "^5.9.3",
    "typescript-language-server": "^5.1.3",
    "vscode-langservers-extracted": "^4.10.0"
  }
}
