UNPKG

464 BJSONView Raw
1{
2 "name": "webpack-deadcode-plugin",
3 "version": "0.0.1",
4 "description": "Webpack plugin to detect unused files and unused exports in used files",
5 "repository": "https://github.com/MQuy/webpack-deadcode-plugin",
6 "main": "src/index.js",
7 "keywords": [
8 "webpack",
9 "plugin",
10 "unused",
11 "deadcode"
12 ],
13 "author": "MQuy",
14 "license": "MIT",
15 "devDependencies": {
16 "chalk": "^2.0.0",
17 "fast-glob": "^2.0.0",
18 "webpack": "> 3"
19 }
20}