shadcn-remover
Version:
A CLI tool to remove Shadcn UI components from your project
60 lines (59 loc) • 1.38 kB
JSON
{
"name": "shadcn-remover",
"version": "1.2.0",
"description": "A CLI tool to remove Shadcn UI components from your project",
"bin": {
"shadcn-remover": "dist/index.js"
},
"main": "dist/index.js",
"files": [
"dist",
"LICENSE",
"assets",
"README.md"
],
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"start": "node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/exodus-tola-mindCoder/shadcn-remover.git"
},
"homepage": "https://github.com/exodus-tola-mindCoder/shadcn-remover/blob/master/READ.md",
"bugs": {
"url": "https://github.com/exodus-tola-mindCoder/shadcn-remover/issues"
},
"author": {
"name": "Exodus-Tola",
"url": "https://github.com/exodus-tola-mindCoder"
},
"keywords": [
"cli",
"shadcn",
"shadcn-ui",
"ui",
"components",
"remove",
"delete",
"cleanup"
],
"license": "MIT",
"type": "module",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"chalk": "^5.4.1",
"commander": "^13.1.0",
"fs-extra": "^11.3.0",
"inquirer": "^12.6.0",
"ora": "^8.2.0",
"typescript": "^5.8.3"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4"
}
}