swc-plugin-another-transform-imports
Version:
Another wasm swc transform imports plugin
51 lines • 1.4 kB
JSON
{
"name": "swc-plugin-another-transform-imports",
"version": "1.15.11",
"description": "Another wasm swc transform imports plugin",
"author": "Zhou Yeheng",
"license": "MIT",
"keywords": [
"swc-plugin",
"swc",
"transform",
"import",
"wasm",
"wasi",
"rust",
"webassembly",
"antd",
"lodash",
"webpack",
"nextjs"
],
"repository": {
"type": "git",
"url": "https://github.com/aitiotekt/swc-plugin-another-transform-imports"
},
"homepage": "https://github.com/aitiotekt/swc-plugin-another-transform-imports",
"bugs": {
"url": "https://github.com/aitiotekt/swc-plugin-another-transform-imports/issues"
},
"main": "swc_plugin_another_transform_imports.wasm",
"scripts": {
"prepublishOnly": "cargo build --release --target wasm32-wasip1 && cpx ./target/wasm32-wasip1/release/swc_plugin_another_transform_imports.wasm ."
},
"devDependencies": {
"@types/node": "^24",
"cpx2": "^8.0.0",
"node-fetch": "^3.3.2",
"tsx": "^4.21.0"
},
"files": [
"swc_plugin_another_transform_imports.wasm",
"src"
],
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
}
}