{
  "name": "token-nerd",
  "version": "0.4.1",
  "description": "Comprehensive token monitoring and analysis tools for Claude Code sessions",
  "main": "index.js",
  "bin": {
    "token-nerd": "./router.js"
  },
  "files": [
    "dist/",
    "src/",
    "index.js",
    "router.js",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "typecheck": "npx tsc --noEmit",
    "test": "jest",
    "prepublishOnly": "npm run test && npm run build",
    "postinstall": "tsx src/postinstall.ts",
    "preuninstall": "tsx src/preuninstall.ts"
  },
  "dependencies": {
    "commander": "^9.0.0",
    "glob": "^11.0.3",
    "ink": "^4.0.0",
    "inquirer": "^9.0.0",
    "react": "^18.0.0",
    "tsx": "^4.0.0"
  },
  "devDependencies": {
    "@types/glob": "^8.1.0",
    "@types/inquirer": "^9.0.9",
    "@types/jest": "^29.5.0",
    "@types/node": "^20.8.0",
    "@types/react": "^18.2.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.0",
    "typescript": "^5.2.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/StupidIncarnate/token-nerd.git"
  },
  "homepage": "https://github.com/StupidIncarnate/token-nerd#readme",
  "bugs": {
    "url": "https://github.com/StupidIncarnate/token-nerd/issues"
  },
  "keywords": [
    "claude",
    "claude-code",
    "tokens",
    "token-monitoring",
    "analysis",
    "cli",
    "tui",
    "terminal",
    "debugging",
    "mcp"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "author": "StupidIncarnate",
  "license": "MIT"
}
