{
	"name": "@janvitos/pi-usage",
	"version": "0.52.7",
	"description": "Pi extension that shows current-account usage for Codex, GitHub Copilot, OpenRouter, and OpenCode Zen.",
	"type": "module",
	"license": "MIT",
	"private": false,
	"keywords": [
		"pi-package",
		"pi-extension",
		"pi",
		"usage",
		"quota",
		"codex",
		"copilot",
		"openrouter",
		"opencode",
		"zen"
	],
	"files": [
		"index.ts",
		"src",
		"dist",
		"README.md",
		"LICENSE"
	],
	"pi": {
		"extensions": [
			"./index.ts"
		]
	},
	"piExtension": {
		"lifecycle": "stable"
	},
	"scripts": {
		"build": "node scripts/build-runtime.mjs",
		"test": "node node_modules/vitest/vitest.mjs run --config vitest.config.ts",
		"check": "npm run build && biome check --vcs-use-ignore-file=false index.ts src test scripts package.json tsconfig.json README.md test-support.ts && npm run typecheck && npm test",
		"format": "biome check --write --vcs-use-ignore-file=false index.ts src test scripts package.json tsconfig.json README.md test-support.ts",
		"typecheck": "tsc --noEmit",
		"prepack": "npm run build",
		"pack:dry": "npm pack --dry-run"
	},
	"engines": {
		"node": ">=22.6"
	},
	"peerDependencies": {
		"@earendil-works/pi-ai": "*",
		"@earendil-works/pi-coding-agent": "*"
	},
	"devDependencies": {
		"@biomejs/biome": "2.5.9",
		"@earendil-works/pi-ai": "0.84.2",
		"@earendil-works/pi-coding-agent": "0.84.2",
		"@earendil-works/pi-tui": "0.84.2",
		"@types/node": "26.2.0",
		"esbuild": "0.28.2",
		"typescript": "7.0.2",
		"vitest": "4.1.11",
		"typebox": "^1.3.16"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/janvitos/pi-usage.git"
	},
	"publishConfig": {
		"access": "public"
	},
	"dependencies": {
		"@narumitw/pi-tui-kit": "^0.49.1"
	}
}
