@lingui/swc-plugin
Version:
A SWC Plugin for LinguiJS
52 lines (51 loc) • 1.28 kB
JSON
{
"name": "@lingui/swc-plugin",
"version": "5.11.0",
"description": "A SWC Plugin for LinguiJS",
"author": {
"name": "Timofei Iatsenko",
"email": "timiatsenko@gmail.com"
},
"repository": "lingui/swc-plugin",
"type": "module",
"bugs": "https://github.com/lingui/swc-plugin/issues",
"license": "MIT",
"keywords": [
"swc-plugin",
"swc",
"nextjs",
"lingui",
"lingui-js",
"icu",
"message-format",
"i18n",
"internalization"
],
"main": "target/wasm32-wasip1/release/lingui_macro_plugin.wasm",
"exports": {
".": "./target/wasm32-wasip1/release/lingui_macro_plugin.wasm"
},
"scripts": {
"prepublishOnly": "cargo build-wasi --release",
"test:e2e": "cargo build-wasi --release && vitest run"
},
"files": [],
"peerDependencies": {
"@lingui/core": "5"
},
"peerDependenciesMeta": {
"@swc/core": {
"optional": true
},
"next": {
"optional": true
}
},
"devDependencies": {
"@swc/core": "^1.15.11",
"@types/node": "22.13.14",
"typescript": "^5.9.3",
"vitest": "^4.0.18"
},
"packageManager": "yarn@4.12.0+sha512.f45ab632439a67f8bc759bf32ead036a1f413287b9042726b7cc4818b7b49e14e9423ba49b18f9e06ea4941c1ad062385b1d8760a8d5091a1a31e5f6219afca8"
}