Initial commit — jibo-cli v3.0.7 with bundled node_modules

This commit is contained in:
pasketti
2026-04-05 18:40:18 -04:00
commit b2569b4ce4
10488 changed files with 1631271 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
{
"name": "__package-name__",
"version": "0.1.0",
"description": "",
"main": "index.js",
"jibo": {
"main": "index.html",
"type": "asset-pack",
"launchRule": "launch.rule",
"prompt": "Do something",
"display-name": "template"
},
"dependencies": {
"jibo": "^6.0.0"
},
"license": "UNLICENSED",
"scripts": {
"start": "jibo-dev watch",
"watch": "jibo-dev watch",
"clean": "jibo-dev clean",
"build": "jibo-dev build",
"build:release": "jibo-dev build --prod"
},
"devDependencies": {
"jibo-dev": "^2.0.0"
}
}