-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 830 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 830 Bytes
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
{
"name": "swc-plugin-pre-paths",
"version": "7.1.0",
"description": "",
"author": "",
"license": "MIT",
"keywords": [
"swc-plugin"
],
"homepage": "https://github.com/VKCOM/swc-plugin-pre-paths",
"repository": {
"type": "git",
"url": "git+https://github.com/VKCOM/swc-plugin-pre-paths.git"
},
"bugs": "https://github.com/VKCOM/swc-plugin-pre-paths/issues",
"main": "swc_plugin_pre_paths.wasm",
"types": "./bindings/types.d.ts",
"scripts": {
"prepack": "npm run build",
"build": "cargo build-wasip1 --release",
"postbuild": "cp target/wasm32-wasip1/release/swc_plugin_pre_paths.wasm .",
"test": "cargo test",
"lint": "cargo clippy --all-targets --all-features"
},
"files": [
"swc_plugin_pre_paths.wasm",
"bindings/types.d.ts"
],
"preferUnplugged": true
}