-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
42 lines (42 loc) · 885 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "@lingui/swc-plugin",
"version": "5.4.0",
"description": "A SWC Plugin for LinguiJS",
"author": {
"name": "Timofei Iatsenko",
"email": "[email protected]"
},
"repository": "lingui/swc-plugin",
"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"
},
"files": [],
"peerDependencies": {
"@lingui/core": "5"
},
"peerDependenciesMeta": {
"@swc/core": {
"optional": true
},
"next": {
"optional": true
}
}
}