mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
52 lines
1.1 KiB
JSON
52 lines
1.1 KiB
JSON
|
{
|
||
|
"name": "rollup-plugin-terser",
|
||
|
"version": "5.3.1",
|
||
|
"description": "Rollup plugin to minify generated es bundle",
|
||
|
"main": "index.js",
|
||
|
"types": "index.d.ts",
|
||
|
"files": [
|
||
|
"index.js",
|
||
|
"index.d.ts",
|
||
|
"transform.js"
|
||
|
],
|
||
|
"scripts": {
|
||
|
"test": "jest",
|
||
|
"prepublish": "yarn test"
|
||
|
},
|
||
|
"babel": {
|
||
|
"plugins": [
|
||
|
"@babel/transform-async-to-generator"
|
||
|
]
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/TrySound/rollup-plugin-terser.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"rollup",
|
||
|
"rollup-plugin",
|
||
|
"terser",
|
||
|
"minify"
|
||
|
],
|
||
|
"author": "Bogdan Chadkin <trysound@yandex.ru>",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"@babel/code-frame": "^7.5.5",
|
||
|
"jest-worker": "^24.9.0",
|
||
|
"rollup-pluginutils": "^2.8.2",
|
||
|
"serialize-javascript": "^4.0.0",
|
||
|
"terser": "^4.6.2"
|
||
|
},
|
||
|
"peerDependencies": {
|
||
|
"rollup": ">=0.66.0 <3"
|
||
|
},
|
||
|
"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"
|
||
|
}
|
||
|
}
|