{ "name": "next-intl-swc-plugin-extractor", "version": "4.8.2", "sideEffects": false, "author": "강동윤 ", "contributors": [ "Jan Amann " ], "description": "SWC plugin for extracting inline messages.", "license": "MIT", "homepage": "https://next-intl.dev", "repository": { "type": "git", "url": "git+https://github.com/amannn/next-intl.git" }, "scripts": { "prepublishOnly": "turbo build", "test": "cargo test --release", "build": "cargo build --release --target wasm32-wasip1 --target-dir target" }, "main": "target/wasm32-wasip1/release/swc_plugin_extractor.wasm", "files": [ "target/wasm32-wasip1/release/swc_plugin_extractor.wasm" ], "gitHead": "de4baeb465185133923b69c8da36457c9418d781" }