mirror of
https://github.com/multipleofnpm/qthtml.git
synced 2026-01-13 16:17:56 +00:00
25 lines
452 B
JSON
25 lines
452 B
JSON
{
|
|
"name": "@planetrenox/html",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"bundle": "npx esbuild index.js --bundle --outfile=dist/index.js --platform=browser --target=es2022 --format=esm"
|
|
},
|
|
"author": "PlanetRenox",
|
|
"license": "",
|
|
"dependencies": {
|
|
},
|
|
"devDependencies": {
|
|
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"README.md"
|
|
]
|
|
}
|