component-prune
Version:
Detect and optionally remove unused UI components in modern frontend frameworks(React, Svelte, Solid)
39 lines (38 loc) • 847 B
JSON
{
"name": "component-prune",
"version": "1.0.2",
"description": "Detect and optionally remove unused UI components in modern frontend frameworks(React, Svelte, Solid)",
"main": "bin/index.js",
"bin": {
"component-prune": "dist/bin/index.js"
},
"keywords": [
"cli",
"prune",
"components",
"components prune",
"components remover",
"tree-shaking",
"unused",
"refactor",
"shadcn",
"shadcn remover"
],
"author": "Chimezie Innocent",
"license": "MIT",
"type": "module",
"scripts": {
"build": "tsc && node scripts/add-hashbang.js",
"start": "ts-node bin/index.js"
},
"dependencies": {
"chalk": "^5.3.0",
"commander": "^14.0.0",
"fast-glob": "^3.3.3",
"yargs": "^17.7.2"
},
"devDependencies": {
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
}
}