htmgo/js/package.json

24 lines
526 B
JSON
Raw Normal View History

{
"name": "mhtml-js",
"version": "1.0.0",
"main": "mhtml.js",
"scripts": {
"watch": "tsup ./mhtml.ts --watch --config ./tsup.config.ts",
"build": "tsup ./mhtml.ts --minify --config ./tsup.config.ts",
"pretty": "prettier --write ."
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"htmx.org": "^1.9.12"
},
"devDependencies": {
"@swc/core": "^1.7.26",
"@types/node": "^22.5.4",
"tsup": "^8.2.4",
"typescript": "^5.6.2",
"prettier": "^3.3.3"
}
}