rollup-plugin-closure-compile
Version:
Rollup plugin that uses the up-to-date JS version of Closure Compiler to minify your code. Works with sourcemaps
41 lines (40 loc) • 1.21 kB
JSON
{
"name": "rollup-plugin-closure-compile",
"version": "1.1.0",
"description": "Rollup plugin that uses the up-to-date JS version of Closure Compiler to minify your code. Works with sourcemaps",
"main": "dist/closure-compiler-rollup.js",
"scripts": {
"test": "./node_modules/.bin/standard 'src/*.js' && ./node_modules/.bin/mocha",
"build": "./node_modules/.bin/rollup -c",
"testbuild": "./node_modules/.bin/rollup --config example/rollup.config.js",
"format": "./node_modules/.bin/standard --fix 'src/*.js'"
},
"keywords": [
"closure-compiler",
"closure-compiler-js"
],
"author": "Ben Gubler <nebrelbug@gmail.com> (https://bengubler.com)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nebrelbug/rollup-plugin-closure-compile.git"
},
"bugs": {
"url": "https://github.com/nebrelbug/rollup-plugin-closure-compile/issues"
},
"devDependencies": {
"mocha": "^6.1.4",
"rollup": "^1.11.3",
"standard": "^12.0.1"
},
"dependencies": {
"google-closure-compiler": "^20190415.0.0"
},
"standard": {
"ignore": [
"example/shoulderr.js",
"node_modules/**",
"dist/**"
]
}
}