Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
27 lines
798 B
Plaintext
27 lines
798 B
Plaintext
{
|
|
"name": "next-intl-swc-plugin-extractor",
|
|
"version": "4.8.2",
|
|
"sideEffects": false,
|
|
"author": "강동윤 <kdy1997.dev@gmail.com>",
|
|
"contributors": [
|
|
"Jan Amann <jan@amann.work>"
|
|
],
|
|
"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"
|
|
}
|