@jarred/htmlbuild
Version:
Configure & run esbuild on <script> and <link> used in an HTML file, then output an updated HTML file with the results.
39 lines (38 loc) • 861 B
JSON
{
"name": "@jarred/htmlbuild",
"version": "1.0.3",
"description": "Configure & run esbuild on <script> and <link> used in an HTML file, then output an updated HTML file with the results.",
"module": "index.mjs",
"keywords": [
"esbuild",
"html",
"webpack",
"cli",
"dom-serializer",
"<script>",
"script",
"esbuild-plugin"
],
"bin": {
"htmlbuild": "bin/cli.mjs",
"htb": "bin/cli.mjs"
},
"scripts": {
"build": "node build.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@types/node": "^14.14.32",
"@types/yargs": "^16.0.0",
"typescript": "^4.2.3",
"yargs": "^16.2.0"
},
"dependencies": {
"esbuild": "*",
"dom-serializer": "^1.2.0",
"htmlparser2": "^6.0.1",
"lodash-es": "^4.17.21"
}
}