mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-07 03:29:19 +02:00
18 lines
395 B
JSON
18 lines
395 B
JSON
{
|
|
"name": "posterg",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"vendor": "cp node_modules/htmx.org/dist/htmx.min.js public/assets/js/htmx.min.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"packageManager": "pnpm@10.33.0",
|
|
"dependencies": {
|
|
"htmx.org": "^2.0.8"
|
|
}
|
|
}
|