{
  "name": "@theglitchking/babel-fish",
  "version": "2.0.3",
  "description": "Gives your AI coding assistant instant, accurate knowledge of every route, model, service, feature, and infrastructure element in your codebase.",
  "type": "module",
  "bin": {
    "babel-fish": "bin/babel-fish.js"
  },
  "scripts": {
    "postinstall": "node scripts/link-skills.js"
  },
  "files": [
    "bin/",
    "commands/",
    "hooks/",
    "scripts/link-skills.js",
    ".claude-plugin/",
    ".claude/",
    ".githooks/",
    "skills/",
    "install.sh",
    "checksums.json",
    "LICENSE",
    "README.md",
    "CHANGELOG.md"
  ],
  "keywords": [
    "claude-code",
    "plugin",
    "codebase-context",
    "project-map",
    "vocabulary",
    "developer-skill",
    "ai",
    "llm",
    "ai-coding",
    "context-management"
  ],
  "author": "TheGlitchKing",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/TheGlitchKing/babel-fish.git"
  },
  "homepage": "https://github.com/TheGlitchKing/babel-fish",
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "dependencies": {
    "@theglitchking/claude-plugin-runtime": "^0.1.0",
    "commander": "^14.0.0"
  }
}
