UNPKG

rollup-plugin-license

Version:

Rollup plugin to add license banner to the final bundle and output third party licenses

83 lines (82 loc) 2.4 kB
{ "name": "rollup-plugin-license", "version": "3.7.0", "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.4.3", "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.29.0", "@babel/preset-env": "7.29.0", "@babel/register": "7.28.6", "@rollup/plugin-babel": "6.1.0", "@rollup/plugin-commonjs": "29.0.0", "@rollup/plugin-node-resolve": "16.0.3", "@rollup/plugin-virtual": "3.0.2", "@typescript-eslint/eslint-plugin": "8.55.0", "@typescript-eslint/parser": "8.55.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.32.0", "fancy-log": "2.0.0", "fs-extra": "11.3.3", "globalthis": "1.0.4", "gulp": "5.0.1", "gulp-conventional-changelog": "5.0.0", "jasmine": "6.0.0", "jasmine-core": "6.0.1", "prettier": "3.8.1", "rimraf": "6.1.2", "rollup": "4.57.1", "rollup-plugin-prettier": "4.1.2", "rollup-plugin-strip-banner": "3.1.0", "tmp": "0.2.5", "typescript": "5.9.3" }, "engines": { "node": ">=14.0.0" } }