rollup-plugin-jsx-remove-attributes
Version:
rollup & vite plugin to remove jsx attributes
60 lines (59 loc) • 1.72 kB
JSON
{
"name": "rollup-plugin-jsx-remove-attributes",
"version": "3.1.1",
"description": "rollup & vite plugin to remove jsx attributes",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"bugs": {
"url": "https://github.com/jacobbogers/rollup-plugin-jsx-remove-attributes/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jacobbogers/rollup-plugin-jsx-remove-attributes.git"
},
"sideEffects": false,
"files": [
"dist",
"README.md",
"package.json",
"LICENSE.txt"
],
"type": "module",
"scripts": {
"prebuild": "npm run lint",
"build": "tsc",
"prepublishOnly": "npm run build",
"lint": "biome check --apply src",
"test": "vitest run --coverage ./test/success.spec.ts ./test/errors.spec.ts"
},
"keywords": [
"vite-plugin",
"rollup-plugin",
"data-testid",
"remove attribute"
],
"author": "jacob bogers <jkfbogers@gmail.com>",
"license": "SEE LICENSE IN LICENSE.txt",
"engines": {
"node": ">=v20.8.0"
},
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@types/acorn": "6.0.0",
"@types/node": "22.10.2",
"@types/rollup": "0.54.0",
"@vitest/coverage-v8": "3.1.4",
"rollup": "4.29.1",
"typescript": "5.8.3",
"vitest": "3.1.4"
},
"peerDependencies": {
"@rollup/pluginutils": ">=5.1",
"astring": ">=1.9.0",
"estree-walker": ">=3.0",
"vite": ">=5.2"
},
"dependencies": {
"source-map": "0.7.4"
}
}