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.39 kB
{ "name": "rollup-plugin-license", "version": "3.4.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", "glob": "~7.2.0", "lodash": "~4.17.21", "magic-string": "~0.30.0", "mkdirp": "~3.0.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.4", "@babel/preset-env": "7.24.4", "@babel/register": "7.23.7", "@rollup/plugin-babel": "6.0.4", "@rollup/plugin-commonjs": "25.0.7", "@rollup/plugin-node-resolve": "15.2.3", "@rollup/plugin-virtual": "3.0.2", "@typescript-eslint/eslint-plugin": "7.7.0", "@typescript-eslint/parser": "7.7.0", "babel-plugin-add-module-exports": "1.0.4", "eslint": "8.57.0", "eslint-config-google": "0.14.0", "fancy-log": "2.0.0", "fs-extra": "11.2.0", "globalthis": "1.0.3", "gulp": "5.0.0", "gulp-conventional-changelog": "4.0.0", "gulp-jasmine": "4.0.0", "jasmine": "3.10.0", "jasmine-core": "3.10.1", "prettier": "3.2.5", "rimraf": "5.0.5", "rollup": "4.14.3", "rollup-plugin-prettier": "4.1.1", "rollup-plugin-strip-banner": "3.1.0", "tmp": "0.2.3", "typescript": "5.4.5" }, "engines": { "node": ">=14.0.0" } }