@pulzar/cli
Version:
Ultimate command-line interface for Pulzar framework - scaffolding, development server, building, testing, code generation, health diagnostics, security auditing, and deployment tools for modern Node.js applications
129 lines (128 loc) • 2.93 kB
JSON
{
"name": "@pulzar/cli",
"version": "0.5.3",
"description": "Ultimate command-line interface for Pulzar framework - scaffolding, development server, building, testing, code generation, health diagnostics, security auditing, and deployment tools for modern Node.js applications",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": {
"pulzar": "dist/bin/pulzar.js"
},
"files": [
"dist",
"package.json",
"README.md"
],
"scripts": {
"build": "tsc --build",
"dev": "tsc --build --watch",
"clean": "rm -rf dist",
"test": "vitest",
"typecheck": "tsc --noEmit",
"publish:patch": "./publish.sh patch",
"publish:minor": "./publish.sh minor",
"publish:major": "./publish.sh major",
"publish:interactive": "./publish.sh"
},
"dependencies": {
"@biomejs/biome": "^1.2.0",
"chalk": "^5.3.0",
"commander": "^11.0.0",
"dotenv": "^16.3.0",
"execa": "^7.2.0",
"fast-glob": "^3.3.0",
"fs-extra": "^11.1.0",
"inquirer": "^9.2.0",
"kolorist": "^1.8.0",
"npm-check-updates": "^16.14.0",
"ora": "^7.0.0",
"supertest": "^6.3.0",
"vitest": "^0.34.1",
"zod": "^3.22.0"
},
"devDependencies": {
"@types/connect": "^3.4.38",
"@types/fs-extra": "^11.0.0",
"@types/hapi__catbox": "^12.1.0",
"@types/hapi__shot": "^6.0.0",
"@types/inquirer": "^9.0.0",
"@types/node": "^20.5.0",
"@types/supertest": "^2.0.0",
"typescript": "^5.1.6"
},
"peerDependencies": {
"typescript": ">=5.0.0"
},
"keywords": [
"cli",
"pulzar",
"command-line",
"typescript",
"fastify",
"framework",
"scaffolding",
"code-generation",
"development-server",
"build-tool",
"testing",
"nodejs",
"web-framework",
"api-framework",
"graphql",
"websocket",
"dependency-injection",
"zero-reflection",
"microservices",
"edge-runtime",
"cloudflare-workers",
"vercel-edge",
"deno-deploy",
"docker",
"deployment",
"monitoring",
"observability",
"security-audit",
"performance",
"linting",
"formatting",
"biome",
"openapi",
"swagger",
"authentication",
"jwt",
"session",
"redis",
"postgresql",
"mongodb",
"mysql",
"database",
"migration",
"orm",
"real-time",
"websockets",
"events",
"kafka",
"nats",
"background-jobs",
"task-scheduler",
"health-check",
"diagnostics",
"developer-tools",
"dx",
"productivity",
"modern",
"production-ready",
"enterprise"
],
"author": "Pulzar Team",
"license": "MIT",
"homepage": "https://github.com/pulzar-framework",
"repository": {
"type": "git",
"url": "git+https://github.com/pulzar-framework/cli.git",
"directory": "packages/cli"
},
"bugs": {
"url": "https://github.com/pulzar/pulzar/issues"
}
}