{
  "name": "@barlevalon/skills",
  "version": "2.2.0",
  "description": "Bootstrap Alon's agentic environment with maintained local skills and upstream workflow skills.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/barlevalon/skills.git"
  },
  "bugs": {
    "url": "https://github.com/barlevalon/skills/issues"
  },
  "homepage": "https://github.com/barlevalon/skills#readme",
  "keywords": [
    "agent-skill",
    "agent-skills",
    "ai-agent",
    "claude-code",
    "codex",
    "cursor",
    "monorepo",
    "pi",
    "pi-package",
    "skills"
  ],
  "bin": {
    "skills": "./bin/skills.mjs"
  },
  "files": [
    "bin",
    "lib",
    "skills",
    "catalog",
    "docs",
    "CHANGELOG.md",
    "README.md",
    "LICENSE"
  ],
  "workspaces": [
    "skills/*"
  ],
  "scripts": {
    "test": "node --test",
    "validate": "node scripts/validate-package.mjs && node scripts/validate-catalog.mjs",
    "catalog:sync": "node scripts/sync-catalog.mjs",
    "catalog:check": "node scripts/sync-catalog.mjs --check",
    "pack:check": "npm pack --dry-run",
    "pack:skills": "npm run pack:check --workspaces --if-present",
    "ci": "npm run catalog:check && npm test && npm run validate && npm run pack:check && npm run pack:skills"
  },
  "pi": {
    "skills": [
      "./skills/*/SKILL.md",
      "./catalog/skills/*/SKILL.md"
    ]
  },
  "curator": "Alon Hearter",
  "dependencies": {
    "@inquirer/prompts": "^8.5.2"
  }
}
