{
	"name": "@ccusage/mcp",
	"type": "module",
	"version": "18.0.10",
	"description": "MCP server implementation for ccusage data",
	"author": "ryoppippi",
	"license": "MIT",
	"funding": "https://github.com/ryoppippi/ccusage?sponsor=1",
	"homepage": "https://github.com/ryoppippi/ccusage#readme",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/ryoppippi/ccusage.git",
		"directory": "apps/mcp"
	},
	"bugs": {
		"url": "https://github.com/ryoppippi/ccusage/issues"
	},
	"exports": {
		".": "./src/index.ts",
		"./package.json": "./package.json"
	},
	"main": "./dist/index.js",
	"module": "./dist/index.js",
	"types": "./dist/index.d.ts",
	"bin": {
		"ccusage-mcp": "./src/index.ts"
	},
	"files": [
		"README.md",
		"dist"
	],
	"publishConfig": {
		"bin": {
			"ccusage-mcp": "./dist/index.js"
		},
		"exports": {
			".": "./dist/index.js",
			"./package.json": "./package.json"
		}
	},
	"engines": {
		"node": ">=20.19.4"
	},
	"scripts": {
		"build": "tsdown",
		"dev": "bun -b --watch ./src/index.ts",
		"format": "pnpm run lint --fix",
		"lint": "eslint --cache .",
		"prepack": "pnpm run build && clean-pkg-json",
		"prerelease": "pnpm run lint && pnpm run typecheck && pnpm run build",
		"start": "bun ./src/index.ts",
		"test": "TZ=UTC vitest",
		"typecheck": "tsgo --noEmit"
	},
	"dependencies": {
		"@ccusage/codex": "workspace:*",
		"@hono/mcp": "catalog:runtime",
		"@hono/node-server": "catalog:runtime",
		"@modelcontextprotocol/sdk": "catalog:runtime",
		"ccusage": "workspace:*",
		"gunshi": "catalog:runtime",
		"hono": "catalog:runtime",
		"nano-spawn": "catalog:runtime",
		"zod": "catalog:runtime"
	},
	"devDependencies": {
		"@ccusage/internal": "workspace:*",
		"@ryoppippi/eslint-config": "catalog:lint",
		"@typescript/native-preview": "catalog:types",
		"clean-pkg-json": "catalog:release",
		"eslint": "catalog:lint",
		"fs-fixture": "catalog:testing",
		"publint": "catalog:lint",
		"tsdown": "catalog:build",
		"vitest": "catalog:testing"
	}
}
