wallace-cli
Version:
Pretty CSS analytics on the CLI
49 lines • 1.01 kB
JSON
{
"name": "wallace-cli",
"version": "3.2.0",
"description": "Pretty CSS analytics on the CLI",
"homepage": "https://www.projectwallace.com/oss",
"author": "Bart Veneman",
"license": "MIT",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/projectwallace/wallace-cli"
},
"keywords": [
"stylesheets",
"css",
"styles",
"analytics",
"analysis",
"analyze",
"analyzer",
"stats",
"statistics",
"cli",
"cli-app",
"projectwallace",
"wallace",
"performance"
],
"engines": {
"node": ">=18"
},
"scripts": {
"pretest": "npm run build",
"test": "uvu",
"build": "esbuild --bundle ./src/bin.js --outfile=./dist/cli.cjs --platform=node --format=cjs --minify"
},
"bin": {
"wallace": "./dist/cli.cjs"
},
"files": [
"dist"
],
"devDependencies": {
"@projectwallace/css-analyzer": "^7.0.2",
"esbuild": "^0.25.4",
"picocolors": "^1.1.1",
"uvu": "^0.5.6"
}
}