saas-smith
Version:
CLI to forge new SaaS projects effortlessly from boilerplates
32 lines (31 loc) • 613 B
JSON
{
"name": "saas-smith",
"version": "1.9.6",
"description": "CLI to forge new SaaS projects effortlessly from boilerplates",
"type": "module",
"main": "index.js",
"bin": {
"saas-smith": "./index.js"
},
"scripts": {
"start": "node index.js"
},
"author": "Yewo Theu",
"license": "MIT",
"keywords": [
"CLI",
"SaaS",
"generator",
"boilerplate",
"Node.js"
],
"dependencies": {
"aws-sdk": "^2.1692.0",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"degit": "^2.8.4",
"dotenv": "^16.4.7",
"fs-extra": "^11.2.0",
"inquirer": "^12.1.0"
}
}