{
  "name": "pi-openwiki",
  "version": "1.0.0",
  "description": "OpenWiki documentation generator for the Pi coding agent",
  "keywords": [
    "pi-package",
    "pi-extension",
    "documentation",
    "openwiki",
    "ai-docs"
  ],
  "author": "Bar Vhaim",
  "license": "MIT",
  "files": [
    "extensions",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "pack:dry-run": "npm pack --dry-run"
  },
  "pi": {
    "extensions": [
      "./extensions"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.1.0",
    "@types/node": "^20.0.0",
    "typescript": "^5.0.0",
    "typebox": "^1.3.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/barvhaim/pi-openwiki.git"
  },
  "homepage": "https://github.com/barvhaim/pi-openwiki#readme",
  "bugs": {
    "url": "https://github.com/barvhaim/pi-openwiki/issues"
  }
}
