htmxjs
Version:
htmxjs is the server-side js framework for HTMX
30 lines (29 loc) • 624 B
JSON
{
"name": "htmxjs",
"version": "1.0.9",
"description": "htmxjs is the server-side js framework for HTMX",
"main": "htmxjs.ts",
"keywords": [
"HTML",
"HTMX",
"HONO",
"TYPESCRIPT"
],
"author": "htmxjs",
"license": "ISC",
"bugs": {
"url": "https://github.com/htmxjs/htmxjs/issues"
},
"homepage": "https://github.com/htmxjs/htmxjs#readme",
"dependencies": {
"hono": "^3.3.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/htmxjs/htmxjs.git"
}
}