{
  "name": "pi-personas",
  "version": "0.3.0",
  "description": "Project-local personas, consults, and round-tables for Pi Coding Agent.",
  "license": "MIT",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tranhoangnguyen03/Pi-Personas.git"
  },
  "homepage": "https://github.com/tranhoangnguyen03/Pi-Personas#readme",
  "bugs": {
    "url": "https://github.com/tranhoangnguyen03/Pi-Personas/issues"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "personas",
    "agents"
  ],
  "pi": {
    "extensions": [
      "./extensions/pi-persona.ts"
    ]
  },
  "files": [
    "CHANGELOG.md",
    "LICENSE",
    "README.md",
    "RELEASING.md",
    "docs/_about_pi_persona/",
    "extensions/",
    "init-data/",
    "src/"
  ],
  "scripts": {
    "check": "node --experimental-strip-types --check extensions/pi-persona.ts",
    "typecheck": "tsc --noEmit",
    "test": "npm run check && npm run typecheck && node --test"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": true
    },
    "@earendil-works/pi-tui": {
      "optional": true
    },
    "typebox": {
      "optional": true
    }
  },
  "dependencies": {
    "yaml": "^2.9.0"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "0.85.1",
    "@earendil-works/pi-tui": "0.85.1",
    "@types/node": "^22.19.19",
    "typebox": "1.3.7",
    "typescript": "^5.9.3"
  }
}
