UNPKG

webpack-common-shake

Version:
41 lines (40 loc) 982 B
{ "name": "webpack-common-shake", "version": "2.1.0", "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.2.1", "common-shake": "^2.1.0", "webpack": "^4.16.5", "webpack-sources": "^1.1.0" }, "devDependencies": { "eslint": "^4.11.0", "memory-fs": "^0.4.1", "mocha": "^3.5.3" } }