@jsenv/plugin-minification
Version:
33 lines (32 loc) • 597 B
JSON
{
"name": "@jsenv/plugin-minification",
"version": "1.7.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jsenv/core",
"directory": "packages/related/plugin-minification"
},
"publishConfig": {
"access": "public"
},
"type": "module",
"exports": {
".": {
"import": "./src/main.js"
},
"./*": "./*"
},
"files": [
"/src/"
],
"sideEffects": false,
"dependencies": {
"html-minifier": "4.0.0",
"lightningcss": "1.29.3",
"terser": "5.39.0"
},
"peerDependencies": {
"@jsenv/core": "*"
}
}