{
"name": "swc-export-order",
"version": "0.1.0",
"description": "SWC plugin for injecting export order into modules",
"author": "Amanda Graven <amanda@graven.dev>",
"license": "(MIT OR Apache-2.0)",
"keywords": ["swc-plugin"],
"homepage": "https://github.com/agraven/swc-export-order",
"bugs": {
"url": "https://github.com/agraven/swc-export-order/issues"
},
"main": "target/wasm32-wasi/release/swc_export_order.wasm",
"scripts": {
"prepublishOnly": "cargo build-wasi --release"
},
"repository": "github:agraven/swc-export-order",
"files": [],
"preferUnplugged": true
}