{
  "name": "rollup-plugin-uglify",
  "version": "6.0.4",
  "description": "Rollup plugin to minify generated bundle",
  "main": "index.js",
  "files": [
    "index.js",
    "transform.js"
  ],
  "scripts": {
    "test": "jest --runInBand",
    "prepublish": "yarn test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TrySound/rollup-plugin-uglify.git"
  },
  "keywords": [
    "rollup",
    "rollup-plugin",
    "uglify",
    "minify"
  ],
  "author": "Bogdan Chadkin <trysound@yandex.ru>",
  "license": "MIT",
  "dependencies": {
    "@babel/code-frame": "^7.0.0",
    "jest-worker": "^24.0.0",
    "serialize-javascript": "^2.1.2",
    "uglify-js": "^3.4.9"
  },
  "peerDependencies": {
    "rollup": ">=0.66.0 <2"
  },
  "devDependencies": {
    "@babel/core": "^7.2.2",
    "@babel/preset-env": "^7.3.1",
    "babel-jest": "^24.0.0",
    "jest": "^24.0.0",
    "prettier": "^1.16.1",
    "rollup": "^1.27.10"
  }
}
