@blaumaus/rollup-plugin-uglify
Version:
Rollup plugin to minify generated bundle
43 lines • 993 B
JSON
{
"name": "@blaumaus/rollup-plugin-uglify",
"version": "7.0.1",
"description": "Rollup plugin to minify generated bundle",
"main": "index.js",
"files": [
"index.js",
"transform.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Blaumaus/rollup-plugin-uglify.git"
},
"keywords": [
"rollup",
"rollup-plugin",
"uglify",
"minify"
],
"author": "Bogdan Chadkin <trysound@yandex.ru>, Andrii Romasiun <andrii@swetrix.com>",
"license": "MIT",
"dependencies": {
"@babel/code-frame": "^7.18.6",
"jest-worker": "^24.0.0",
"serialize-javascript": "^2.1.2",
"uglify-js": "^3.17.4"
},
"peerDependencies": {
"rollup": ">=2"
},
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"babel-jest": "^24.0.0",
"jest": "^24.0.0",
"prettier": "^1.16.1",
"rollup": "^1.27.10"
},
"scripts": {
"test": "jest --runInBand",
"prepublish": "yarn test"
}
}