UNPKG

@projectwallace/css-analyzer

Version:

The best CSS analyzer out there. Check design tokens, complexity, specificity, performance and more.

58 lines 1.31 kB
{ "name": "@projectwallace/css-analyzer", "description": "The best CSS analyzer out there. Check design tokens, complexity, specificity, performance and more.", "version": "7.4.0", "author": "Bart Veneman", "repository": { "type": "git", "url": "git+https://github.com/projectwallace/css-analyzer.git" }, "homepage": "https://github.com/projectwallace/css-analyzer", "issues": "https://github.com/projectwallace/css-analyzer/issues", "license": "MIT", "type": "module", "files": [ "dist" ], "main": "./dist/css-analyzer.js", "types": "./dist/index.d.ts", "exports": { "types": "./dist/index.d.ts", "default": "./dist/css-analyzer.js" }, "engines": { "node": ">=18.0.0" }, "scripts": { "test": "uvu", "build": "vite build" }, "keywords": [ "projectwallace", "wallace", "css", "stylesheet", "stats", "statistics", "analytics", "performance", "styleguide", "metrics", "designsystem", "fonts", "colors", "quality", "code" ], "dependencies": { "@bramus/specificity": "^2.4.2", "css-tree": "^3.1.0" }, "devDependencies": { "@codecov/vite-plugin": "^1.9.0", "c8": "^10.1.3", "uvu": "^0.5.6", "vite": "^6.3.4", "vite-plugin-dts": "^4.5.0" } }