{
  "name": "pi-tokamak",
  "version": "0.1.1",
  "description": "Token statistics, cost tracking, and usage analytics for pi coding agent. Beautiful heatmaps, dashboards, and cyberpunk visuals included.",
  "type": "module",
  "homepage": "https://github.com/DoubleDD/pi-tokamak",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DoubleDD/pi-tokamak.git"
  },
  "bugs": {
    "url": "https://github.com/DoubleDD/pi-tokamak/issues"
  },
  "bin": {
    "tokamak": "./bin/tokamak.mjs"
  },
  "files": [
    "extensions",
    "bin",
    "src",
    "public",
    "README.md"
  ],
  "scripts": {
    "start": "node bin/tokamak.mjs",
    "test": "node --test 'test/**/*.test.mjs'",
    "release": "./scripts/release.sh"
  },
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "open": "^10.1.0"
  },
  "keywords": [
    "pi",
    "pi-coding-agent",
    "pi-package",
    "token",
    "token-usage",
    "token-stats",
    "token-analytics",
    "cost",
    "cost-tracking",
    "analytics",
    "usage",
    "usage-tracking",
    "stats",
    "heatmap",
    "dashboard",
    "monitor",
    "visualization",
    "reporting",
    "llm",
    "cyberpunk",
    "tokamak"
  ],
  "pi": {
    "extensions": [
      "./extensions/tokamak/index.ts"
    ],
    "image": "https://raw.githubusercontent.com/DoubleDD/pi-tokamak/main/docs/screenshot-cyberpunk.png"
  },
  "author": "kedong",
  "license": "MIT"
}
