{
  "name": "skilled-labour",
  "version": "1.0.0",
  "description": "pi extension: compact <available_skills> block + single load_skill tool",
  "type": "module",
  "license": "BSD-2-Clause",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jwdevantier/skilled-labour.git"
  },
  "homepage": "https://github.com/jwdevantier/skilled-labour#readme",
  "bugs": {
    "url": "https://github.com/jwdevantier/skilled-labour/issues"
  },
  "main": "index.ts",
  "files": [
    "index.ts",
    "README.md",
    "LICENSE"
  ],
  "keywords": ["pi-package"],
  "pi": {
    "extensions": ["./index.ts"]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.80.7",
    "@types/node": "^22.0.0",
    "typebox": "^1.1.38",
    "typescript": "^5.9.3"
  }
}
