Spaces:
Build error
Build error
File size: 686 Bytes
75fefa7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
{
"name": "create-open-lovable",
"version": "1.0.0",
"description": "CLI to bootstrap Open Lovable with your choice of sandbox provider",
"type": "module",
"main": "index.js",
"bin": {
"create-open-lovable": "./index.js"
},
"scripts": {
"test": "node index.js --dry-run"
},
"keywords": [
"lovable",
"sandbox",
"e2b",
"vercel",
"ai",
"code-generation"
],
"author": "",
"license": "MIT",
"dependencies": {
"chalk": "^5.3.0",
"commander": "^11.1.0",
"fs-extra": "^11.2.0",
"inquirer": "^9.2.12",
"ora": "^7.0.1"
},
"engines": {
"node": ">=16.0.0"
},
"publishConfig": {
"access": "public"
}
} |