webpack-common-shake
Version:
CommonJS Tree Shake Plugin for Webpack
41 lines (40 loc) • 980 B
JSON
{
"name": "webpack-common-shake",
"version": "1.5.3",
"description": "CommonJS Tree Shake Plugin for Webpack",
"main": "lib/shake.js",
"scripts": {
"test": "mocha --reporter=spec test/*-test.js && npm run lint",
"lint": "eslint lib/*.js lib/**/*.js test/*js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/indutny/webpack-common-shake.git"
},
"files": [
"lib"
],
"keywords": [
"webpack",
"commonjs",
"tree",
"shake"
],
"author": "Fedor Indutny <fedor@indutny.com> (http://darksi.de/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/indutny/webpack-common-shake/issues"
},
"homepage": "https://github.com/indutny/webpack-common-shake#readme",
"dependencies": {
"acorn": "^5.1.1",
"common-shake": "^2.0.2",
"webpack": "^3.1.0",
"webpack-sources": "^1.0.1"
},
"devDependencies": {
"eslint": "^4.2.0",
"memory-fs": "^0.4.1",
"mocha": "^3.4.2"
}
}