{
  "name": "agent-skill-finder",
  "version": "1.0.1",
  "description": "3–5 tools instead of 1,800. ≤65ms. Zero LLM calls in the router.",
  "type": "module",
  "engines": {
    "node": ">=20.0.0"
  },
  "bin": {
    "asf": "bin/asf.js",
    "agent-skill-finder": "bin/asf.js"
  },
  "main": "./src/index.js",
  "exports": {
    ".": "./src/index.js",
    "./router": "./src/router.js",
    "./skill-index": "./src/skillIndex.js",
    "./bundle": "./src/bundle.js",
    "./manifest": "./src/manifest.js"
  },
  "files": [
    "bin/",
    "src/",
    "skills/",
    "eval/ablations/",
    "eval/baselines/",
    "eval/perf/",
    "eval/metrics.js",
    "eval/run_retrieval_eval.js",
    "eval/loader.js",
    "eval/cli_task_suite.js",
    "docs/",
    "LICENSE",
    "NOTICE",
    "README.md",
    "CHANGELOG.md"
  ],
  "scripts": {
    "test": "node --test",
    "lint": "eslint src/ bin/ test/",
    "ingest": "node bin/asf.js ingest",
    "validate": "node bin/asf.js validate",
    "measure": "node bin/asf.js measure",
    "query": "node bin/asf.js query"
  },
  "keywords": [
    "skill-routing",
    "agent",
    "tool-selection",
    "mcp",
    "llm",
    "knowledge-graph",
    "claude",
    "gemini",
    "openai"
  ],
  "author": "Shubham Kothiya",
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.10.0",
    "cli-progress": "^3.12.0",
    "commander": "^12.1.0",
    "graphology": "^0.26.0",
    "graphology-communities-louvain": "^2.0.0",
    "graphology-metrics": "^2.2.0",
    "graphology-shortest-path": "^2.1.0",
    "js-yaml": "^4.1.0",
    "markdown-it": "^14.1.0",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@eslint/js": "^9.15.0",
    "eslint": "^9.15.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/theshubh007/agent-skill-finder.git"
  },
  "bugs": {
    "url": "https://github.com/theshubh007/agent-skill-finder/issues"
  },
  "homepage": "https://github.com/theshubh007/agent-skill-finder#readme"
}
