create-commerce-kit
Version:
CLI tool to create projects from your commerce-kit templates
48 lines (47 loc) • 1.05 kB
JSON
{
"name": "create-commerce-kit",
"version": "1.0.0",
"main": "dist/index.js",
"description": "CLI tool to create projects from your commerce-kit templates",
"type": "module",
"bin": {
"create-commerce-kit": "dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc && chmod +x dist/index.js",
"dev": "tsx src/index.ts",
"prepublishOnly": "npm run build",
"clean": "rm -rf dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"template",
"generator",
"starter-kit",
"boilerplate",
"salesforce",
"react-native",
"expo",
"slas"
],
"dependencies": {
"chalk": "^5.4.1",
"commander": "^14.0.0",
"fs-extra": "^11.3.0",
"inquirer": "^12.6.3",
"ora": "^8.2.0"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/inquirer": "^8.2.11",
"@types/node": "^20.17.57",
"tsx": "^3.14.0",
"typescript": "^5.8.3"
},
"author": "Fermin Villanueva + Claude",
"license": "MIT"
}