-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
33 lines (33 loc) · 903 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
{
"name": "@oxc-resolver/binding",
"private": true,
"version": "0.0.0",
"scripts": {
"build": "napi build --platform --release --package-json-path npm/package.json --manifest-path napi/Cargo.toml",
"build:debug": "napi build --platform --package-json-path npm/package.json --manifest-path napi/Cargo.toml",
"prepublishOnly": "napi pre-publish -t npm",
"test": "ava"
},
"devDependencies": {
"@napi-rs/cli": "3.0.0-alpha.64",
"@napi-rs/wasm-runtime": "^0.2.5",
"@types/node": "^22.9.0",
"ava": "^6.2.0",
"emnapi": "^1.3.1",
"typescript": "^5.6.3"
},
"ava": {
"files": [
"napi/__test__/*.spec.mjs"
],
"cache": false
},
"packageManager": "[email protected]",
"repository": {
"type": "git",
"url": "git+https://github.com/oxc-project/oxc-resolver.git"
},
"funding": {
"url": "https://github.com/sponsors/Boshen"
}
}