| { |
| "author": "Bogdan Chadkin <trysound@yandex.ru>", |
| "babel": { |
| "plugins": [ |
| "@babel/transform-async-to-generator" |
| ] |
| }, |
| "dependencies": { |
| "@babel/code-frame": "^7.5.5", |
| "jest-worker": "^24.9.0", |
| "rollup-pluginutils": "^2.8.2", |
| "serialize-javascript": "^2.1.2", |
| "terser": "^4.6.2" |
| }, |
| "description": "Rollup plugin to minify generated es bundle", |
| "devDependencies": { |
| "@babel/core": "^7.7.7", |
| "@babel/plugin-transform-async-to-generator": "^7.7.4", |
| "babel-jest": "^24.9.0", |
| "jest": "^24.9.0", |
| "prettier": "^1.19.1", |
| "rollup": "^2.0.0" |
| }, |
| "files": [ |
| "index.js", |
| "index.d.ts", |
| "transform.js" |
| ], |
| "keywords": [ |
| "rollup", |
| "rollup-plugin", |
| "terser", |
| "minify" |
| ], |
| "license": "MIT", |
| "main": "index.js", |
| "name": "rollup-plugin-terser", |
| "peerDependencies": { |
| "rollup": ">=0.66.0 <3" |
| }, |
| "repository": { |
| "type": "git", |
| "url": "git+https://github.com/TrySound/rollup-plugin-terser.git" |
| }, |
| "scripts": { |
| "prepublish": "yarn test", |
| "test": "jest" |
| }, |
| "types": "index.d.ts", |
| "version": "5.3.0" |
| } |