@re-shell/cli
Version:
Full-stack development platform uniting microservices and microfrontends. Build complete applications with .NET (ASP.NET Core Web API, Minimal API), Java (Spring Boot, Quarkus, Micronaut, Vert.x), Rust (Actix-Web, Warp, Rocket, Axum), Python (FastAPI, Dja
90 lines (89 loc) • 2.34 kB
JSON
{
"name": "@re-shell/cli",
"version": "0.26.0",
"description": "Full-stack development platform uniting microservices and microfrontends. Build complete applications with .NET (ASP.NET Core Web API, Minimal API), Java (Spring Boot, Quarkus, Micronaut, Vert.x), Rust (Actix-Web, Warp, Rocket, Axum), Python (FastAPI, Django, Flask) and Node.js backends alongside React, Vue, Svelte frontends - all managed through one powerful CLI",
"main": "dist/index.js",
"files": [
"dist/**/*",
"README.md",
"LICENSE",
"CHANGELOG.md",
"EXAMPLES.md"
],
"bin": {
"re-shell": "dist/index.js"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"test:unit": "vitest run tests/unit",
"test:integration": "vitest run tests/integration",
"test:e2e": "vitest run tests/e2e",
"lint": "eslint src --ext ts",
"clean": "rimraf dist",
"prepublishOnly": "npm run build"
},
"keywords": [
"microfrontend",
"react",
"re-shell",
"cli",
"framework",
"micro-frontend",
"monorepo",
"bundle-analysis",
"health-check",
"cicd",
"code-generation",
"performance",
"security",
"migration-tools"
],
"author": "Re-Shell Organization",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/Re-Shell/cli.git"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"boxen": "^8.0.1",
"chalk": "^4.1.2",
"chokidar": "^4.0.3",
"cli-table3": "^0.6.5",
"commander": "^11.0.0",
"cosmiconfig": "^9.0.0",
"dayjs": "^1.11.13",
"dockerode": "^4.0.7",
"dotenv": "^16.6.0",
"ejs": "^3.1.10",
"fs-extra": "^11.0.0",
"glob": "^10.4.5",
"handlebars": "^4.7.8",
"ora": "^5.4.1",
"prompts": "^2.0.0",
"semver": "^7.7.2",
"simple-git": "^3.28.0",
"yaml": "^2.3.2"
},
"devDependencies": {
"@types/fs-extra": "^11.0.0",
"@types/glob": "^8.1.0",
"@types/node": "^20.17.46",
"@types/prompts": "^2.0.0",
"@types/semver": "^7.7.0",
"@types/uuid": "^9.0.0",
"rimraf": "^5.0.0",
"typescript": "^5.0.0",
"uuid": "^9.0.0",
"vitest": "^0.34.3"
}
}