{
  "name": "@gwokfun/my-pi-extensions",
  "version": "0.1.2",
  "description": "Personal pi extensions, skills, prompts, and themes",
  "keywords": ["pi-package", "pi", "extensions", "coding-agent"],
  "author": "gwokfun",
  "license": "UNLICENSED",
  "type": "module",
  "files": [
    "extensions/**/*.ts",
    "!extensions/**/*.test.ts",
    "extensions/**/*.md",
    "skills/**/*.md",
    "prompts/**/*.md",
    "themes/**/*.json"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gwokfun/my-pi-extensions.git"
  },
  "homepage": "https://github.com/gwokfun/my-pi-extensions#readme",
  "bugs": {
    "url": "https://github.com/gwokfun/my-pi-extensions/issues"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "pi": {
    "extensions": ["./extensions"],
    "skills": ["./skills"],
    "prompts": ["./prompts"],
    "themes": ["./themes"]
  },
  "scripts": {
    "test": "node --experimental-strip-types --test \"extensions/**/*.test.ts\"",
    "smoke": "node --experimental-strip-types --test \"scripts/smoke/**/*.test.mjs\"",
    "verify:stock-pi": "node scripts/verify-stock-pi.mjs",
    "check:package": "node scripts/check-package.mjs",
    "prepublishOnly": "npm test && npm run smoke && npm run check:package"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  }
}
