-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 823 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
{
"name": "swc-remove-matched-charset-plugin",
"version": "1.0.2",
"description": "",
"author": "idler.zhu<zqc.sunny@gmail.com>",
"license": "MIT",
"keywords": [
"swc-plugin"
],
"main": "target/wasm32-wasi/release/swc_remove_matched_charset_plugin.wasm",
"repository": {
"type": "git",
"url": "https://github.com/Justinidlerz/swc-remove-matched-charset-plugin"
},
"scripts": {
"build": "cargo build-wasi --release",
"prepublishOnly": "npm run build",
"test": "vitest run"
},
"files": [
"target/wasm32-wasi/release/swc_remove_matched_charset_plugin.wasm",
"CHANGELOG.md"
],
"preferUnplugged": true,
"devDependencies": {
"@swc/core": "^1.7.36",
"@types/node": "^22.3.0",
"prettier": "^3.3.3",
"typescript": "^5.5.4",
"vitest": "2.0.5"
}
}