{
  "name": "@async23/pi-skill-control",
  "version": "0.6.0",
  "description": "Control Skill availability in Pi while showing native invocation routes",
  "type": "module",
  "license": "MIT",
  "keywords": [
    "pi-package",
    "pi-coding-agent",
    "skills",
    "skill-control"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Async23/pi-packages.git",
    "directory": "packages/skill-control"
  },
  "homepage": "https://github.com/Async23/pi-packages/tree/main/packages/skill-control#readme",
  "bugs": {
    "url": "https://github.com/Async23/pi-packages/issues"
  },
  "files": [
    "extensions",
    "README.md",
    "LICENSE"
  ],
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "extensions": [
      "./extensions/index.ts"
    ]
  }
}
