create-hzstack
Version:
CLI tool to bootstrap HzStack project with authentication, admin panel, and modern features
62 lines (61 loc) • 1.33 kB
JSON
{
"name": "create-hzstack",
"version": "1.0.1",
"description": "CLI tool to bootstrap HzStack project with authentication, admin panel, and modern features",
"main": "dist/index.js",
"bin": {
"create-hzstack": "dist/index.js"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"prepublishOnly": "npm run build",
"test": "node dist/index.js --test"
},
"keywords": [
"cli",
"nextjs",
"prisma",
"typescript",
"tailwind",
"authentication",
"admin-panel",
"react",
"fullstack",
"starter",
"template"
],
"author": "HzCompany",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/hzpunk/hzstack.git"
},
"bugs": {
"url": "https://github.com/hzpunk/hzstack/issues"
},
"homepage": "https://github.com/hzpunk/hzstack#readme",
"files": [
"dist",
"template",
"README.md"
],
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"commander": "^11.1.0",
"chalk": "^5.3.0",
"ora": "^7.0.1",
"fs-extra": "^11.1.1",
"inquirer": "^9.2.11",
"cross-spawn": "^7.0.3",
"template-string": "^1.0.0"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/inquirer": "^9.0.7",
"@types/cross-spawn": "^6.0.6",
"typescript": "^5.3.3"
}
}