{
	"name": "ccusage-team",
	"version": "1.0.27",
	"description": "Enhanced Claude Code usage analysis tool with live team monitoring and collaboration features",
	"keywords": [
		"claude",
		"usage",
		"monitoring",
		"team",
		"collaboration",
		"cli",
		"analytics"
	],
	"homepage": "https://github.com/Calderic/ccusage-live#readme",
	"bugs": {
		"url": "https://github.com/Calderic/ccusage-live/issues"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/Calderic/ccusage-live.git"
	},
	"license": "MIT",
	"author": "Calderic",
	"type": "module",
	"exports": {
		".": "./dist/index.mjs",
		"./calculate-cost": "./dist/calculate-cost.mjs",
		"./data-loader": "./dist/data-loader.mjs",
		"./debug": "./dist/debug.mjs",
		"./logger": "./dist/logger.mjs",
		"./mcp": "./dist/mcp.mjs",
		"./pricing-fetcher": "./dist/pricing-fetcher.mjs",
		"./update-checker": "./dist/update-checker.mjs",
		"./package.json": "./package.json"
	},
	"types": "./dist/index.d.mts",
	"bin": {
		"ccul": "dist/index.mjs",
		"ccusage-team": "dist/index.mjs"
	},
	"files": [
		"CHANGELOG.md",
		"README.md",
		"dist"
	],
	"scripts": {
		"build": "tsdown",
		"format": "eslint --fix src/",
		"mcp": "bun run ./src/mcp.ts",
		"publish:npm": "npm publish --registry https://registry.npmjs.org/",
		"publish:private": "npm publish --registry http://172.22.194.189:4873",
		"release": "bun run build && bumpp",
		"release:private": "bun run build && bumpp && npm publish --registry http://172.22.194.189:4873",
		"start": "bun run ./src/index.ts",
		"test": "vitest",
		"typecheck": "tsc --noEmit"
	},
	"dependencies": {
		"@antfu/utils": "^9.2.0",
		"@clickhouse/client": "^1.10.0",
		"@hono/mcp": "^0.1.1",
		"@hono/node-server": "^1.17.1",
		"@modelcontextprotocol/sdk": "^1.17.0",
		"@praha/byethrow": "^0.6.2",
		"ansi-escapes": "^7.0.0",
		"cli-table3": "^0.6.5",
		"consola": "^3.4.2",
		"es-toolkit": "^1.39.8",
		"fast-sort": "^3.4.1",
		"gunshi": "^0.26.3",
		"hono": "^4.8.10",
		"nanoid": "^5.0.4",
		"path-type": "^6.0.0",
		"picocolors": "^1.1.1",
		"pretty-ms": "^9.2.0",
		"prompts": "^2.4.2",
		"string-width": "^7.2.0",
		"tinyglobby": "^0.2.14",
		"type-fest": "^4.41.0",
		"xdg-basedir": "^5.1.0",
		"zod": "^3.25.76"
	},
	"devDependencies": {
		"@ryoppippi/eslint-config": "^0.4.0",
		"@typescript/native-preview": "^7.0.0-dev.20260419.1",
		"bumpp": "^11.0.1",
		"eslint": "^10.2.1",
		"eslint-plugin-format": "^2.0.1",
		"fs-fixture": "^2.13.0",
		"publint": "^0.3.18",
		"sort-package-json": "^3.6.1",
		"tsdown": "^0.21.9",
		"unplugin-macros": "^0.19.1",
		"unplugin-unused": "^0.5.7",
		"vitest": "^4.1.4"
	},
	"engines": {
		"node": ">=20"
	},
	"inlinedDependencies": {
		"fs-fixture": "2.13.0"
	}
}
