{
	"name": "@andi0b/pi-carbon-footprint",
	"version": "0.1.1",
	"description": "Show EcoLogits CO₂ and water estimates for your current Pi session.",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/andi0b/pi-carbon-footprint.git"
	},
	"publishConfig": {
		"access": "public"
	},
	"keywords": [
		"pi-package",
		"pi-extension",
		"ecologits",
		"carbon",
		"water"
	],
	"type": "module",
	"scripts": {
		"typecheck": "tsc --noEmit",
		"lint": "biome check .",
		"format": "biome check --write .",
		"check": "npm run typecheck && npm run lint"
	},
	"peerDependencies": {
		"@earendil-works/pi-ai": "*",
		"@earendil-works/pi-coding-agent": "*",
		"@earendil-works/pi-tui": "*"
	},
	"pi": {
		"extensions": [
			"./extensions"
		],
		"image": "./preview.webp"
	},
	"devDependencies": {
		"@biomejs/biome": "^2.5.0",
		"@types/node": "^25.9.3",
		"typescript": "^6.0.3"
	},
	"packageManager": "npm@11.17.0+sha512.3eeaf18997b11070d313849268b23766b9db0068997dec9471073170fe43fa17f2b4d0337bf0f52330ee2274e7f5754b21b01052742e48f5c9c74d8b1e32ef43"
}
