rollup-plugin-strip-final-exports
Version:
Rollup plugin to strip the exports left in the output files
72 lines (71 loc) • 2.07 kB
JSON
{
"name": "rollup-plugin-strip-final-exports",
"version": "1.0.0",
"description": "Rollup plugin to strip the exports left in the output files",
"keywords": [
"Rollup",
"Plugin",
"Strip",
"Final",
"Exports",
"Export"
],
"homepage": "https://github.com/guilhermetod/rollup-plugin-strip-final-exports#readme",
"bugs": {
"url": "https://github.com/guilhermetod/rollup-plugin-strip-final-exports/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guilhermetod/rollup-plugin-strip-final-exports.git"
},
"license": "MIT",
"author": "Guilherme Tod <guilhermetod@gmail.com>",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/typings/index.d.ts",
"files": [
"dist/"
],
"scripts": {
"build": "rollup -c",
"lint": "lintr",
"prepare": "npm run build && husky install",
"release": "semantic-release",
"test": "jest",
"test:ci": "jest --ci --coverage"
},
"dependencies": {
"estree-walker": "^2.0.2",
"magic-string": "^0.25.7"
},
"devDependencies": {
"@commitlint/config-conventional": "^16.2.1",
"@guilhermetod/lintr": "^0.1.0-beta.2",
"@rollup/plugin-commonjs": "^21.0.2",
"@semantic-release/git": "^10.0.1",
"@types/estree": "^0.0.51",
"@types/jest": "^27.4.1",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"commitlint": "^16.2.1",
"cspell": "^5.18.5",
"eslint": "^8.9.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^26.1.1",
"husky": "^7.0.4",
"jest": "^27.5.1",
"lint-staged": "^12.3.4",
"rollup": "^2.68.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-ts": "^2.0.5",
"semantic-release": "^19.0.2",
"ts-jest": "^27.1.3",
"typescript": "^4.5.5"
},
"peerDependencies": {
"rollup": "^1.20.0 || ^2.0.0"
}
}