{
  "name": "pi-observable-coding-agent",
  "version": "0.0.2",
  "description": "A local-first observability and workflow review extension for Pi coding agents",
  "type": "module",
  "main": "./dist/extension.js",
  "types": "./dist/extension.d.ts",
  "files": [
    "dist",
    "web",
    "README.md"
  ],
  "keywords": [
    "pi-package",
    "coding-agent",
    "observability",
    "skills"
  ],
  "pi": {
    "extensions": [
      "./dist/extension.js"
    ]
  },
  "scripts": {
    "build": "node ./scripts/clean.mjs && tsc -p tsconfig.json",
    "check": "tsc -p tsconfig.json --noEmit",
    "test": "vitest run",
    "smoke": "node ./scripts/smoke-package.mjs",
    "verify": "npm run check && npm run test && npm run build && npm run smoke",
    "release:check": "node ./scripts/release-check.mjs",
    "release:dry-run": "npm run release:check && npm publish --dry-run --access public --registry=https://registry.npmjs.org/",
    "release:version:patch": "npm version patch --no-git-tag-version --ignore-scripts",
    "release:version:minor": "npm version minor --no-git-tag-version --ignore-scripts",
    "release:version:major": "npm version major --no-git-tag-version --ignore-scripts",
    "release:publish": "npm run release:check && npm publish --access public --registry=https://registry.npmjs.org/",
    "prepack": "npm run verify"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.81.1",
    "@earendil-works/pi-tui": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "0.81.1",
    "@earendil-works/pi-tui": "0.81.1",
    "@types/node": "^24.10.0",
    "typescript": "^5.9.3",
    "vitest": "^4.1.9"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
