{
	"name": "wallace-cli",
	"version": "4.0.2",
	"description": "Pretty CSS analytics on the CLI",
	"keywords": [
		"analysis",
		"analytics",
		"analyze",
		"analyzer",
		"cli",
		"css",
		"performance",
		"statistics",
		"stats",
		"styles",
		"stylesheets",
		"terminal"
	],
	"homepage": "https://github.com/projectwallace/wallace-cli",
	"license": "MIT",
	"author": "Bart Veneman <bart@projectwallace.com>",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/projectwallace/wallace-cli.git"
	},
	"bin": {
		"wallace": "./dist/bin.mjs"
	},
	"files": [
		"dist"
	],
	"type": "module",
	"scripts": {
		"pretest": "npm run build",
		"test": "vitest run --coverage",
		"build": "tsdown",
		"lint-package": "publint",
		"lint": "oxlint; oxfmt --check",
		"check": "tsc --noEmit"
	},
	"dependencies": {
		"@projectwallace/css-analyzer": "^9.6.2"
	},
	"devDependencies": {
		"@types/node": "^22.0.0",
		"@vitest/coverage-v8": "^4.1.2",
		"oxfmt": "^0.43.0",
		"oxlint": "^1.58.0",
		"publint": "^0.3.18",
		"tsdown": "^0.21.7",
		"typescript": "^6.0.2",
		"vitest": "^4.1.2"
	},
	"engines": {
		"node": ">=20.12.0"
	}
}
