UNPKG

swc-plugin-another-transform-imports

Version:

Another wasm swc transform imports plugin

51 lines 1.42 kB
{ "name": "swc-plugin-another-transform-imports", "version": "1.11.1", "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/lonelyhentxi/swc-plugin-another-transform-imports.git" }, "homepage": "https://github.com/lonelyhentxi/swc-plugin-another-transform-imports", "bugs": { "url": "https://github.com/lonelyhentxi/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": "^22.5.4", "cpx2": "^8.0.0", "node-fetch": "^3.3.2", "tsx": "^4.19.1" }, "files": [ "swc_plugin_another_transform_imports.wasm", "src" ], "publishConfig": { "registry": "https://registry.npmjs.org" }, "pnpm": { "onlyBuiltDependencies": [ "esbuild" ] } }