knip-html-reporter
Version:
A beautiful HTML reporter for Knip that transforms analysis results into interactive reports
61 lines (60 loc) • 1.46 kB
JSON
{
"name": "knip-html-reporter",
"version": "0.2.8",
"description": "A beautiful HTML reporter for Knip that transforms analysis results into interactive reports",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"clean": "rm -rf dist",
"demo": "npm run build && node demo.js",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"prepublishOnly": "npm run clean && npm run build"
},
"keywords": [
"knip",
"reporter",
"html",
"report",
"visualization",
"analysis",
"interactive",
"typescript"
],
"author": "Christian Anagnostou",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/christiananagnostou/knip-html-reporter.git"
},
"homepage": "https://github.com/christiananagnostou/knip-html-reporter#readme",
"bugs": {
"url": "https://github.com/christiananagnostou/knip-html-reporter/issues"
},
"peerDependencies": {
"knip": ">=5.1.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@vitest/coverage-v8": "^2.1.9",
"@vitest/ui": "^2.0.0",
"knip": "^5.1.0",
"typescript": "^5.0.0",
"vitest": "^2.0.0"
}
}