{
  "name": "@codewithkenzo/pi-blitz",
  "version": "0.4.3",
  "description": "Pi extension for Blitz: fast, token-efficient code edits using the Zig Blitz CLI.",
  "type": "module",
  "main": "./dist/index.js",
  "extensions": [
    "./dist/index.js"
  ],
  "pi": {
    "extensions": [
      "./dist/index.js"
    ]
  },
  "files": [
    "dist",
    "skills",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "rm -rf ./dist && bun build ./index.ts --outfile ./dist/index.js --target node && mkdir -p ./dist/skills && cp -R ./skills/pi-blitz ./dist/skills/pi-blitz",
    "tsc": "tsc",
    "typecheck": "tsc --noEmit",
    "test": "bun test",
    "dump:tool-specs": "bun scripts/dump-tool-specs.ts",
    "check:tax": "bun scripts/check-tax-guards.ts"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-agent",
    "pi-coding-agent",
    "pi-agent-core",
    "ast",
    "tree-sitter",
    "fast-edit",
    "blitz"
  ],
  "dependencies": {
    "@codewithkenzo/blitz": "0.4.0",
    "@sinclair/typebox": "^0.34.0",
    "effect": "4.0.0-beta.48"
  },
  "devDependencies": {
    "@types/bun": "1.3.12",
    "bun-types": "1.3.12",
    "typescript": "^5.0.0"
  },
  "license": "MIT"
}
