Files
klz-cables.com/.pnpm-store/v10/files/c3/7de6eacf189fd0e8ac5d918f16cac1cf235ce288471fda48458c8979e7c2106db476c73e2353c346acd862dec0c599ae9ae83a10bc6a21eefee6bffa66b226
Marc Mintel 5397309103
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
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

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"
}