ruch
Version:
Revolutionary React TypeScript CLI with hexagonal architecture & AI-powered development assistance. Create maintainable, scalable applications with domain-driven design and integrated AI tooling.
73 lines (72 loc) • 1.98 kB
JSON
{
"name": "ruch",
"version": "1.1.3",
"description": "Revolutionary React TypeScript CLI with hexagonal architecture & AI-powered development assistance. Create maintainable, scalable applications with domain-driven design and integrated AI tooling.",
"main": "dist/index.js",
"bin": {
"ruch": "./dist/index.js"
},
"scripts": {
"build": "bun build src/index.ts --outdir dist --format esm --target bun && rm -f dist/*.map",
"dev": "bun run src/index.ts",
"prepublishOnly": "bun run build",
"test": "vitest",
"vitest:run": "vitest run",
"lint": "eslint src --ext .ts,.tsx",
"format": "prettier --write src/**/*.{ts,tsx,js,jsx}",
"type-check": "tsc --noEmit",
"quality": "bun run lint && bun run format && bun run type-check && bun run test"
},
"keywords": [
"cli",
"react",
"typescript",
"hexagonal-architecture",
"domain-driven-design",
"ai-powered",
"cursor",
"copilot",
"windsurf",
"juni",
"msw",
"testing",
"react-query",
"clean-architecture",
"code-generation"
],
"author": "Ruch CLI Contributors",
"license": "MIT",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/ruch-cli/ruch.git"
},
"homepage": "https://github.com/ruch-cli/ruch#readme",
"bugs": {
"url": "https://github.com/ruch-cli/ruch/issues"
},
"engines": {
"node": ">=18.0.0",
"bun": ">=1.0.0"
},
"dependencies": {
"commander": "^11.1.0",
"chalk": "^5.3.0",
"fs-extra": "^11.2.0",
"express": "^4.18.2"
},
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/axios": "^0.14.4",
"@types/bun": "latest",
"@types/express": "^4.17.21",
"@types/fs-extra": "^11.0.4",
"vitest": "^3.2.3"
},
"peerDependencies": {
"typescript": "^5"
}
}