{
  "name": "token-goat",
  "version": "2.6.33",
  "description": "Surgical token-reduction companion for Claude Code and other AI coding agents",
  "type": "module",
  "main": "./dist/token-goat.mjs",
  "bin": {
    "token-goat": "./dist/token-goat.mjs"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/DFKHelper/token-goat.git"
  },
  "homepage": "https://github.com/DFKHelper/token-goat#readme",
  "bugs": {
    "url": "https://github.com/DFKHelper/token-goat/issues"
  },
  "scripts": {
    "build": "node esbuild.config.mjs",
    "sbom": "npm sbom --sbom-format cyclonedx --omit=dev",
    "typecheck": "tsc --noEmit",
    "typecheck:tests": "tsc -p tsconfig.tests.json --noEmit",
    "test": "vitest run",
    "test:guards": "vitest run tests/guards",
    "test:matrix": "vitest run tests/command_matrix_e2e",
    "test:watch": "vitest",
    "test:vscode-extension": "npm --prefix vscode-extension test",
    "lint": "eslint src tests vscode-extension/src vscode-extension/tests",
    "typecheck:vscode-extension": "npm --prefix vscode-extension run compile",
    "typecheck:vscode-extension:tests": "npm --prefix vscode-extension run typecheck:tests",
    "dev": "tsx src/main.ts",
    "prepare": "node scripts/install-git-hooks.mjs"
  },
  "contributors": [
    {
      "name": "eSaadster",
      "url": "https://github.com/eSaadster/pi-token-goat"
    }
  ],
  "keywords": [
    "claude",
    "claude-code",
    "token",
    "ai",
    "coding-assistant",
    "token-reduction",
    "llm"
  ],
  "files": [
    "dist/",
    "README.md",
    "SECURITY.md",
    "LICENSE"
  ],
  "license": "PolyForm-Noncommercial-1.0.0",
  "engines": {
    "node": ">=22.0.0"
  },
  "dependencies": {
    "better-sqlite3": "^12.11.1",
    "commander": "^15.0.0",
    "csv-parse": "^7.0.1",
    "js-yaml": "^5.2.1",
    "jsonc-parser": "^3.3.1",
    "smol-toml": "^1.7.0",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/better-sqlite3": "^9.6.0",
    "@types/node": "^26.2.0",
    "esbuild": "^0.28.2",
    "eslint": "^10.5.0",
    "html-to-text": "^10.0.0",
    "lefthook": "^2.1.10",
    "tsx": "^4.19.0",
    "typescript": "^6.0.3",
    "typescript-eslint": "^8.67.0",
    "vitest": "^4.1.10"
  },
  "optionalDependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "@xenova/transformers": "^2.17.2",
    "exceljs": "^4.4.0",
    "fast-xml-parser": "^5.9.3",
    "fflate": "^0.8.3",
    "pdfjs-dist": "^6.1.200",
    "puppeteer-core": "^25.8.0",
    "sharp": "^0.35.3",
    "sqlite-vec": "^0.1.9",
    "tesseract.js": "^7.0.0",
    "tree-sitter": "^0.25.1",
    "tree-sitter-c": "^0.24.1",
    "tree-sitter-cpp": "^0.23.4",
    "tree-sitter-go": "^0.25.0",
    "tree-sitter-java": "^0.23.0",
    "tree-sitter-javascript": "^0.25.0",
    "tree-sitter-python": "^0.25.0",
    "tree-sitter-ruby": "^0.23.0",
    "tree-sitter-rust": "^0.24.0",
    "tree-sitter-typescript": "^0.23.2",
    "typescript": "^6.0.3"
  },
  "overrides": {
    "protobufjs": "^8.7.2",
    "deepmerge-ts": "^8.0.1",
    "uuid": "^14.0.1",
    "sharp": "^0.35.3",
    "unzipper": "^0.12.5"
  }
}
