{ "name": "rollup-plugin-banner2", "main": "dist/rollup-plugin-banner2.cjs.js", "module": "dist/rollup-plugin-banner2.es.js", "engines": { "node": "^12.14.0", "npm": "^6.13.4" }, "version": "1.0.0", "description": "Rollup plugin to add banner in built files", "scripts": { "build": "rollup -c=rollup.config.js", "test:lint": "kacl lint && eslint src/ test/", "test:unit": "jest", "test:tdd": "npm run test:unit -- --no-cache --watch", "test": "npm run test:lint && npm run test:unit", "preversion": "kacl prerelease", "version": "kacl release && git add CHANGELOG.md" }, "author": "Stropho", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/stropho/rollup-plugin-banner2.git" }, "devDependencies": { "@babel/core": "^7.8.7", "@babel/plugin-transform-runtime": "^7.8.3", "@babel/preset-env": "^7.8.7", "@babel/runtime": "^7.8.7", "@brightcove/kacl": "^0.1.8", "babel-jest": "^25.1.0", "eslint": "^6.8.0", "eslint-config-airbnb-base": "^14.1.0", "eslint-plugin-import": "^2.20.1", "jest": "^25.1.0", "rollup": "^2.0.6" }, "dependencies": { "magic-string": "^0.25.7" }, "__npminstall_done": "Sun Sep 06 2020 16:10:12 GMT+0800 (中国标准时间)", "_from": "rollup-plugin-banner2@1.0.0", "_resolved": "https://registry.npm.taobao.org/rollup-plugin-banner2/download/rollup-plugin-banner2-1.0.0.tgz" }