{
  "name": "agent-skillboard",
  "version": "0.3.2",
  "description": "Keep agent skills broadly available while routing overlaps consistently.",
  "keywords": [
    "ai-agent",
    "agent-skills",
    "skills",
    "skill-routing",
    "overlap-routing",
    "workflow",
    "codex",
    "claude-code",
    "policy"
  ],
  "homepage": "https://github.com/NyXXiR/skillboard#readme",
  "bugs": {
    "url": "https://github.com/NyXXiR/skillboard/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NyXXiR/skillboard.git"
  },
  "type": "module",
  "files": [
    "bin",
    "src",
    "docs/*.md",
    "examples",
    "profiles",
    "README.md",
    "CONTRIBUTING.md",
    "CHANGELOG.md",
    "LICENSE",
    "tsconfig.lsp.json"
  ],
  "bin": {
    "skillboard": "bin/skillboard.mjs",
    "agent-skillboard": "bin/skillboard.mjs"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "postinstall": "node bin/postinstall.mjs",
    "test": "node --test",
    "test:unit": "node --test test/advisor-brief-actions.test.mjs test/advisor-brief.test.mjs test/ecosystem-docs.test.mjs test/install-units.test.mjs test/package.test.mjs test/policy.test.mjs test/skillboard.test.mjs",
    "test:integration": "node --test test/brief-cli.test.mjs test/cli.test.mjs test/control-exports.test.mjs test/first-time-ux.test.mjs test/hook-dry-run.test.mjs test/hook-install-cli.test.mjs test/hook-json-errors.test.mjs test/install-units.test.mjs test/lifecycle-cli.test.mjs test/lifecycle-reset-cli.test.mjs test/multi-source-integration.test.mjs test/package.test.mjs test/policy-hardening.test.mjs test/review-cli.test.mjs test/source-profiles.test.mjs",
    "diagnostics": "tsc -p tsconfig.lsp.json",
    "check": "node --check bin/skillboard.mjs && npm run diagnostics && node --test"
  },
  "dependencies": {
    "yaml": "^2.8.1"
  },
  "engines": {
    "node": ">=14.21"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^26.0.0",
    "typescript": "^6.0.3",
    "typescript-language-server": "^5.3.0"
  }
}
