{
  "name": "@danielsuhett/pi-openspec-tracker",
  "version": "0.2.0",
  "description": "Read-only OpenSpec task tracker extension for Pi",
  "type": "module",
  "keywords": [
    "pi-package",
    "openspec",
    "pi-extension"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DanielSuhett/pi-openspec-tracker.git"
  },
  "bugs": {
    "url": "https://github.com/DanielSuhett/pi-openspec-tracker/issues"
  },
  "homepage": "https://github.com/DanielSuhett/pi-openspec-tracker#readme",
  "engines": {
    "node": ">=22.6.0"
  },
  "files": [
    "extensions",
    "src",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "node --experimental-strip-types --test test/*.test.ts",
    "typecheck": "tsc --noEmit",
    "pack:check": "npm pack --dry-run --access public",
    "verify": "npm test && npm run typecheck && npm run pack:check"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "0.84.2",
    "@types/node": "^26.2.0",
    "typescript": "^7.0.2"
  },
  "pi": {
    "extensions": [
      "./extensions"
    ]
  },
  "publishConfig": {
    "access": "public"
  }
}
