{
  "name": "codebase-context-skill",
  "version": "2.0.2",
  "description": "Programming-first context engine for Claude Code — TypeScript-powered codebase indexing, dependency graphing, symbol-level search, and zero-token context injection via hooks.",
  "bin": {
    "codebase-context-skill": "bin/cli.js",
    "ccs": "dist/cli.js",
    "ccs-install": "bin/cli.js"
  },
  "scripts": {
    "build": "tsc",
    "build:watch": "tsc --watch",
    "prepublishOnly": "npm run build",
    "postinstall": "node bin/cli.js init || echo \"[ccs] Post-install setup incomplete. Run: ccs init\""
  },
  "files": [
    "bin/",
    "dist/",
    "statusline/",
    "skills/",
    "agents/",
    "templates/",
    "references/",
    "hooks/",
    ".mcp.json",
    "CLAUDE.md",
    "README.md",
    "LICENSE",
    "SKILLS-TREE.md",
    "AGENTS-INDEX.md",
    "manifest.json"
  ],
  "keywords": [
    "claude-code",
    "context-engineering",
    "codebase-indexing",
    "token-optimization",
    "dependency-graph",
    "symbol-search",
    "programming-first",
    "zero-token",
    "agent-skill",
    "mcp",
    "ai-coding",
    "claude",
    "anthropic"
  ],
  "author": {
    "name": "Anit Chaudhary",
    "url": "https://github.com/AnitChaudhry"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AnitChaudhry/codebase-context-skill.git"
  },
  "homepage": "https://skills.thinqmesh.com",
  "bugs": {
    "url": "https://github.com/AnitChaudhry/codebase-context-skill/issues"
  },
  "engines": {
    "node": ">=16"
  },
  "devDependencies": {
    "typescript": "^5.5.0",
    "@types/node": "^20.0.0"
  }
}
