webpack-get-dlls
Version:
Get DLL configs from a webpack config
34 lines (33 loc) • 629 B
JSON
{
"name": "webpack-get-dlls",
"version": "4.0.0",
"description": "Get DLL configs from a webpack config",
"main": "index.js",
"bin": {
"wpk-get-dlls": "index.js",
"webpack-get-dlls": "index.js"
},
"scripts": {
"test": "jest",
"prepublishOnly": "npm test"
},
"repository": {
"type": "git",
"url": "github.com/sdgluck/webpack-get-dlls"
},
"keywords": [
"webpack",
"dll",
"dlls",
"web",
"pack",
"config",
"configuration",
"spongebob"
],
"author": "Sam Gluck <sdgluck@gmail.com>",
"license": "MIT",
"devDependencies": {
"jest": "20.0.4"
}
}