rollup-plugin-uglify/package.json

17 lines
408 B
JSON
Raw Normal View History

2020-08-11 17:17:47 +08:00
{
"name": "@bytedo/rollup-plugin-uglify",
"version": "1.0.0",
"description": "Rollup plugin to minify generated bundle, base on terser. Support ES6+.",
"main": "index.js",
"module": "index.es.js",
"author": "yutent",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/bytedo/rollup-plugin-uglify.git"
},
"dependencies": {
"terser": "^5.0.0"
}
}