rollup-plugin-preserve-shebang
Version:
Automatically preserve a shebang in your entry file.
42 lines (41 loc) • 1.04 kB
JSON
{
"name": "rollup-plugin-preserve-shebang",
"version": "1.0.1",
"description": "Automatically preserve a shebang in your entry file.",
"main": "index.js",
"module": "index.mjs",
"exports": {
"import": "./index.mjs",
"default": "./index.js"
},
"files": [
"index.mjs",
"index.js"
],
"scripts": {
"prepare": "cjyes",
"test": "eslint index.mjs",
"release": "npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
},
"eslintConfig": {
"extends": "developit"
},
"keywords": [
"rollup",
"plugin",
"shebang",
"hashbang"
],
"repository": "developit/rollup-plugin-preserve-shebang",
"author": "Jason Miller <jason@developit.ca> (http://jasonformat.com)",
"license": "MIT",
"devDependencies": {
"cjyes": "^0.3.1",
"eslint": "^7.0.0",
"eslint-config-developit": "^1.2.0",
"rollup": "^2.10.5"
},
"dependencies": {
"magic-string": "^0.25.7"
}
}