UNPKG

create-rjx

Version:

🔥 Animated CLI to scaffold modern Express.js boilerplates (RJX-style)

59 lines (58 loc) • 1.43 kB
{ "name": "create-rjx", "version": "1.0.7", "description": "🔥 Animated CLI to scaffold modern Express.js boilerplates (RJX-style)", "license": "MIT", "author": "Raj rjsharmase@gmail.com", "type": "module", "main": "dist/index.js", "bin": { "create-rjx": "dist/index.js" }, "files": [ "dist/**/*" ], "repository": { "type": "git", "url": "https://github.com/softenrj/create-rjx.git" }, "bugs": { "url": "https://github.com/softenrj/create-rjx/issues" }, "homepage": "https://github.com/softenrj/create-rjx#readme", "keywords": [ "cli", "create", "express", "boilerplate", "rjx", "starter", "node", "javascript" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "cfonts": "^3.3.0", "chalk": "^5.4.1", "chalk-animation": "^2.0.3", "figlet": "^1.8.2", "fs-extra": "^11.3.0", "gradient-string": "^3.0.0", "inquirer": "^12.7.0", "ora": "^8.2.0", "progress": "^2.0.3", "qrcode-terminal": "^0.12.0", "terminal-link": "^4.0.0" }, "devDependencies": { "@types/chalk-animation": "^1.6.3", "@types/fs-extra": "^11.0.4", "@types/node": "^24.3.0", "@types/progress": "^2.0.7", "@types/qrcode-terminal": "^0.12.2", "ts-node": "^10.9.2", "typescript": "^5.9.2" } }