{
  "name": "patchani",
  "version": "0.1.3",
  "description": "Engineering assistant for Pi - structured workflows, research orchestration, and institutional memory",
  "keywords": [
    "pi-package",
    "design-doc",
    "workflow",
    "github",
    "reminders"
  ],
  "author": "Michelangelo Setaro",
  "license": "MIT",
  "main": "extensions/design-doc.ts",
  "devDependencies": {
    "@antfu/eslint-config": "^3.0.0",
    "@types/node": "^20.0.0",
    "@vitest/coverage-v8": "^2.0.0",
    "eslint": "^9.0.0",
    "typescript": "^5.0.0",
    "vitest": "^2.0.0"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@quintinshaw/pi-dynamic-workflows": "*",
    "typebox": "*"
  },
  "pi": {
    "extensions": [
      "extensions/persona.ts",
      "extensions/enforcement.ts",
      "extensions/design-doc.ts",
      "extensions/standup-sync.ts",
      "node_modules/@quintinshaw/pi-dynamic-workflows/extensions"
    ],
    "skills": [
      "node_modules/@quintinshaw/pi-dynamic-workflows/skills"
    ]
  },
  "scripts": {
    "test": "npm run test:unit",
    "test:unit": "vitest run",
    "test:smoke": "bash tests/integration/smoke.sh",
    "test:all": "npm run typecheck && npm run test:unit && npm run test:smoke",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "lint": "eslint extensions/**/*.ts",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "echo 'Publishing from main - tests already passed in PR'",
    "preview-tui": "bash scripts/preview-menu.sh"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/setarm01/patchani"
  },
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@napi-rs/canvas": "^1.0.2"
  }
}
