-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 917 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
{
"name": "swc-plugin-inferno",
"version": "1.0.0",
"description": "Inferno JSX plugin for SWC `@swc/core`",
"main": "swc_plugin_inferno.wasm",
"files": [
"package.json",
"swc_plugin_inferno.wasm",
"LICENSE",
"README.md"
],
"scripts": {
"build": "cargo wasi build --release",
"build:debug": "cargo wasi build",
"test:update": "export UPDATE=1 && cargo test",
"prepack": "cp ./target/wasm32-wasi/release/swc_plugin_inferno.wasm ."
},
"homepage": "https://github.com/infernojs/swc-plugin-inferno",
"repository": {
"type": "git",
"url": "+https://github.com/infernojs/swc-plugin-inferno.git"
},
"bugs": {
"url": "https://github.com/infernojs/swc-plugin-inferno/issues"
},
"author": "Sampo Kivistö <havunen>",
"keywords": [
"inferno",
"jsx",
"swc",
"plugin",
"transformer"
],
"license": "MIT",
"preferUnplugged": true
}