{ "name": "swc-plugin-jsx-attrs", "version": "0.2.0", "description": "SWC plugin for JSX attrs", "keywords": [ "swc-plugin" ], "bugs": { "url": "https://github.com/imhele/swc-plugin-jsx-attrs/issues" }, "repository": { "type": "git", "url": "+https://github.com/imhele/swc-plugin-jsx-attrs.git" }, "license": "MIT", "author": "imhele ", "main": "target/wasm32-wasi/release/swc_plugin_jsx_attrs.wasm", "files": [ "Cargo.toml", "src", "target/wasm32-wasi/release/swc_plugin_jsx_attrs.wasm" ], "scripts": { "prepublishOnly": "cargo build-wasi --release" }, "preferUnplugged": true }