{
  "name": "@adrianapan/pikit",
  "version": "1.1.8",
  "description": "An opinionated Pi agent configuration. Includes: custom theme, plan mode, artifacts, subagents, LLM council, configurable restrictions, MCP support and a styled UI.",
  "license": "MIT",
  "author": "Adrian Apan",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/adrianapan/pikit.git"
  },
  "homepage": "https://github.com/adrianapan/pikit#readme",
  "bugs": {
    "url": "https://github.com/adrianapan/pikit/issues"
  },
  "keywords": [
    "pi",
    "pi-package",
    "pi-coding-agent",
    "pi-extension",
    "pi-skill",
    "pi-theme",
    "pi-prompt",
    "pi-dev",
    "pikit"
  ],
  "files": [
    "setup.sh",
    "agent/extensions",
    "agent/themes/slop.json",
    "agent/skills",
    "agent/prompts",
    "agent/settings.example.json",
    "agent/APPEND_SYSTEM.md",
    "agent/configs/chat-mode.json",
    "agent/configs/plan-mode.json",
    "README.md"
  ],
  "scripts": {
    "check": "tsc --noEmit",
    "release": "npm publish --access public"
  },
  "pi": {
    "extensions": [
      "./agent/extensions/*/index.ts"
    ],
    "skills": [
      "./agent/skills"
    ],
    "prompts": [
      "./agent/prompts"
    ],
    "themes": [
      "./agent/themes/slop.json"
    ],
    "image": "https://github.com/user-attachments/assets/3c0eb2a6-fce9-4c39-8943-d348ce1bc284"
  },
  "dependencies": {
    "typebox": "^1.1.38",
    "@mozilla/readability": "^0.5.0",
    "linkedom": "^0.16.0",
    "turndown": "^7.2.0",
    "unpdf": "^1.4.0",
    "diff2html": "^3.4.52",
    "highlight.js": "^11.11.1",
    "marked": "^18.0.5"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "@earendil-works/pi-ai": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.80.3",
    "@earendil-works/pi-coding-agent": "^0.80.3",
    "@earendil-works/pi-tui": "^0.80.3",
    "@types/node": "^25.6.2",
    "typescript": "^6.0.3"
  }
}
