create-a-critique
Version:
Start a GoTHA app, it combines Go, Templ, HTMX and Alpine.js in the same bundle.
37 lines (36 loc) • 798 B
JSON
{
"name": "create-a-critique",
"version": "1.3.2",
"description": "Start a GoTHA app, it combines Go, Templ, HTMX and Alpine.js in the same bundle.",
"type": "module",
"bin": {
"create-a-critique": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NickRMD/create-a-critique.git"
},
"keywords": [
"gotha",
"Golang",
"GoTHA",
"Echo",
"Templ",
"HTMX",
"Alpine",
"Alpine.js",
"Typescript",
"critique"
],
"author": "NickRMD",
"license": "MIT",
"bugs": {
"url": "https://github.com/NickRMD/create-a-critique/issues"
},
"homepage": "https://github.com/NickRMD/create-a-critique#readme",
"dependencies": {
"chalk": "^5.4.1",
"cross-spawn": "^7.0.6",
"inquirer": "^12.6.0"
}
}