create-micki-angular
Version:
CLI to scaffold Angular projects with prebuilt Login, Dashboard, Sidebar, and Logout pages
40 lines (39 loc) • 841 B
JSON
{
"name": "create-micki-angular",
"version": "1.0.3",
"description": "CLI to scaffold Angular projects with prebuilt Login, Dashboard, Sidebar, and Logout pages",
"bin": {
"create-micki-angular": "bin/index.js"
},
"type": "module",
"main": "index.js",
"scripts": {
"start": "node bin/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Mayank Sharma",
"license": "MIT",
"engines": {
"node": ">=22.16.0"
},
"keywords": [
"angular",
"cli",
"scaffold",
"tailwind",
"bootstrap",
"login",
"dashboard"
],
"dependencies": {
"execa": "^8.0.1",
"fs-extra": "^11.3.1",
"inquirer": "^9.3.7",
"kolorist": "^1.8.0"
},
"devDependencies": {
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.12"
}
}