@projectwallace/css-code-coverage
Version:
Generate useful CSS Code Coverage report from browser-reported coverage
63 lines (62 loc) • 1.51 kB
JSON
{
"name": "@projectwallace/css-code-coverage",
"version": "0.8.2",
"description": "Generate useful CSS Code Coverage report from browser-reported coverage",
"author": "Bart Veneman <bart@projectwallace.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/projectwallace/css-code-coverage.git"
},
"issues": "https://github.com/projectwallace/css-code-coverage/issues",
"homepage": "https://github.com/projectwallace/css-code-coverage",
"keywords": [
"css",
"code",
"coverage",
"testing",
"used",
"unused",
"dead",
"styles"
],
"license": "EUPL-1.2",
"engines": {
"node": ">=20"
},
"type": "module",
"files": [
"dist"
],
"bin": {
"css-coverage": "dist/cli.js"
},
"main": "dist/index.js",
"exports": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"types": "dist/index.d.ts",
"scripts": {
"test": "c8 --reporter=text --reporter=lcov playwright test",
"build": "tsdown",
"check": "tsc --noEmit",
"lint": "oxlint --config .oxlintrc.json",
"lint-package": "publint",
"knip": "knip"
},
"devDependencies": {
"@codecov/vite-plugin": "^1.9.1",
"@playwright/test": "^1.56.0",
"@types/node": "^24.9.2",
"c8": "^10.1.3",
"knip": "^5.66.4",
"oxlint": "^1.22.0",
"publint": "^0.3.14",
"tsdown": "^0.15.8",
"typescript": "^5.9.3"
},
"dependencies": {
"@projectwallace/format-css": "^2.1.1",
"valibot": "^1.1.0"
}
}