first commit

This commit is contained in:
Beyhan Oğur
2026-04-26 21:30:42 +03:00
commit 4d92991817
1982 changed files with 284835 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
{
"name": "htmx",
"version": "0.0.2",
"description": "Use Javascript in place of PHP",
"homepage": "https://gist.github.com/godDLL/f31224df756fff2623290e331b40b1fe",
"scripts": {
"build": "build.sh"
},
"repository": {
"type": "git",
"url": "https://gist.github.com/godDLL/f31224df756fff2623290e331b40b1fe.git"
},
"author": "Yuli Che. <god.DLL@iCloud.com>",
"license": "MIT",
"dependencies": {
},
"keywords": [
"php",
"web"
],
"main": "htmx.js",
"bin": "htmx.js",
"files": [
"TODO.md",
"htmx.js",
"cli.js",
"preprocess.js",
"watch.js"
]
}