generate-license-file-webpack-plugin
Version:
Webpack plugin to generate a text file asset containing all of the licenses for your production third-party dependencies.
47 lines • 1.13 kB
JSON
{
"name": "generate-license-file-webpack-plugin",
"version": "4.0.0",
"main": "src/index.js",
"license": "ISC",
"description": "Webpack plugin to generate a text file asset containing all of the licenses for your production third-party dependencies.",
"homepage": "https://github.com/TobyAndToby/generate-license-file#readme",
"keywords": [
"webpack",
"plugin",
"license",
"licence",
"third",
"party",
"file",
"generate",
"oss"
],
"contributors": [
{
"name": "Toby Smith",
"url": "https://github.com/tobysmith568"
},
{
"name": "Toby Bessant",
"url": "https://github.com/tobybessant"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/TobyAndToby/generate-license-file.git",
"directory": "src/packages/webpack-plugin"
},
"bugs": {
"url": "https://github.com/TobyAndToby/generate-license-file/issues"
},
"files": [
"src"
],
"dependencies": {
"webpack": "^5.75.0",
"tslib": "^2.3.0",
"generate-license-file": "4.0.0"
},
"types": "./src/index.d.ts",
"type": "commonjs"
}