@yhwh-script/create-app
Version:
A yhwh-script web app can become anything you want it to become. Set it up with just one command.
38 lines (37 loc) • 865 B
JSON
{
"author": "Jahrome <yhwhscript@gmail.com>",
"name": "@yhwh-script/create-app",
"version": "1.5.4",
"description": "A yhwh-script web app can become anything you want it to become. Set it up with just one command.",
"bin": {
"create-app": "./bin/create-app.mjs"
},
"keywords": [
"CSS",
"CustomElements",
"HTML",
"JavaScript",
"OPFS",
"Single File Components",
"SFC",
"SQLite",
"Vanilla",
"Vite",
"WebComponents"
],
"repository": {
"type": "git",
"url": "git+https://github.com/yhwh-script/create-app.git"
},
"license": "Unlicense",
"bugs": {
"url": "https://github.com/yhwh-script/create-app/issues"
},
"homepage": "https://github.com/yhwh-script/create-app#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@inquirer/prompts": "^7.2.4"
}
}