UNPKG

zenith-gen

Version:

A CLI tool designed to streamline the creation of projects within the Zenith Inova ecosystem, providing optimized configurations and modern development tools.

55 lines (54 loc) 1.41 kB
{ "name": "zenith-gen", "version": "1.0.5", "description": "A CLI tool designed to streamline the creation of projects within the Zenith Inova ecosystem, providing optimized configurations and modern development tools.", "type": "module", "main": "dist/index.js", "bin": { "zenith-gen": "dist/index.js" }, "scripts": { "dev": "tsx src/index.ts", "build": "tsc && tsc-alias", "start": "node dist/index.js" }, "keywords": [ "cli", "nextjs", "next.js", "frontend", "project-generator", "scaffolding", "zenith", "zenith-gen", "storybook", "shadcn", "eslint", "prettier", "turbo", "typescript", "react", "generator" ], "author": { "name": "André Corrêa Sidrim", "email": "andrecorreasidrim@gmail.com", "url": "https://github.com/andresidrim" }, "license": "MIT", "packageManager": "pnpm@10.6.2", "devDependencies": { "@types/fs-extra": "^11.0.4", "@types/node": "^22.13.10", "prettier": "^3.5.3", "rimraf": "^5.0.0", "tsc-alias": "^1.8.11", "tsx": "^4.19.3", "typescript": "^5.8.2" }, "dependencies": { "chalk": "^5.4.1", "fs-extra": "^11.3.0", "inquirer": "^12.4.3" } }