1 Star 0 Fork 0

we_coder / esbuild-plugin-html

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
杨波 提交于 2023-03-13 11:02 . update
{
"name": "@fallen_leaves/esbuild-plugin-html",
"version": "1.0.5",
"description": "An esbuild html-template that uses ejs as a template engine",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "types/index.d.ts",
"exports": {
".": {
"import": "./dist/index.esm.js",
"require": "./dist/index.js"
}
},
"files": [
"dist",
"types",
"src"
],
"scripts": {
"build": "npm run build:cjs && npm run build:esm",
"build:cjs": "esbuild src/index.ts --format=cjs --platform=node --outfile=dist/index.js",
"build:esm": "esbuild src/index.ts --format=esm --platform=node --outfile=dist/index.esm.js"
},
"keywords": [
"esbuild",
"esbuild-plugin",
"esbuild-plugin-html",
"plugin",
"html",
"ejs",
"template",
"esbuild plugin",
"esbuild template",
"esbuild ejs"
],
"author": {
"name": "fallen_leaves",
"url": "https://gitee.com/we_coder"
},
"repository": {
"type": "git",
"url": "https://gitee.com/we_coder/esbuild-plugin-html"
},
"license": "ISC",
"dependencies": {
"@types/ejs": "^3.1.1",
"@types/html-minifier-terser": "^7.0.0",
"html-minifier-terser": "^7.1.0",
"node-html-parser": "^6.1.4",
"ejs": "^3.1.8"
},
"devDependencies": {
"@types/node": "^18.13.0",
"esbuild": "^0.17.6",
"typescript": "^4.9.5"
}
}
TypeScript
1
https://gitee.com/we_coder/esbuild-plugin-html.git
git@gitee.com:we_coder/esbuild-plugin-html.git
we_coder
esbuild-plugin-html
esbuild-plugin-html
master

搜索帮助