rollup-plugin-license
Version:
Rollup plugin to add license banner to the final bundle and output third party licenses
84 lines (83 loc) • 2.44 kB
JSON
{
"name": "rollup-plugin-license",
"version": "3.5.2",
"description": "Rollup plugin to add license banner to the final bundle and output third party licenses",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"scripts": {
"lint": "gulp lint",
"clean": "gulp clean",
"build": "gulp build",
"watch": "gulp watch",
"test": "gulp test",
"tdd": "gulp tdd",
"changelog": "gulp changelog",
"prepare": "npm run build",
"release": "gulp release:minor",
"release:patch": "gulp release:patch",
"release:minor": "gulp release:minor",
"release:major": "gulp release:major"
},
"keywords": [
"rollup",
"rollup-plugin"
],
"author": "Mickael Jeanroy <mickael.jeanroy@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/mjeanroy/rollup-plugin-license",
"bugs": {
"url": "https://github.com/mjeanroy/rollup-plugin-license/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/mjeanroy/rollup-plugin-license"
},
"peerDependencies": {
"rollup": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0"
},
"dependencies": {
"commenting": "~1.1.0",
"fdir": "6.1.1",
"lodash": "~4.17.21",
"magic-string": "~0.30.0",
"moment": "~2.30.1",
"package-name-regex": "~2.0.6",
"spdx-expression-validate": "~2.0.0",
"spdx-satisfies": "~5.0.1"
},
"devDependencies": {
"@babel/core": "7.24.7",
"@babel/preset-env": "7.24.7",
"@babel/register": "7.24.6",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "26.0.1",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-virtual": "3.0.2",
"@typescript-eslint/eslint-plugin": "7.15.0",
"@typescript-eslint/parser": "7.15.0",
"ansi-colors": "4.1.3",
"babel-plugin-add-module-exports": "1.0.4",
"eslint": "8.57.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.29.1",
"fancy-log": "2.0.0",
"fs-extra": "11.2.0",
"globalthis": "1.0.4",
"gulp": "5.0.0",
"gulp-conventional-changelog": "5.0.0",
"gulp-jasmine": "4.0.0",
"jasmine": "3.10.0",
"jasmine-core": "3.10.1",
"prettier": "3.3.2",
"rimraf": "5.0.7",
"rollup": "4.18.0",
"rollup-plugin-prettier": "4.1.1",
"rollup-plugin-strip-banner": "3.1.0",
"tmp": "0.2.3",
"typescript": "5.5.3"
},
"engines": {
"node": ">=14.0.0"
}
}