-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.44 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "@good-fences/api",
"version": "0.18.4",
"main": "index.js",
"types": "index.d.ts",
"napi": {
"name": "@good-fences",
"triples": {
"defaults": false,
"additional": [
"aarch64-apple-darwin",
"aarch64-pc-windows-msvc",
"aarch64-unknown-linux-gnu",
"x86_64-apple-darwin",
"x86_64-pc-windows-msvc",
"x86_64-unknown-linux-gnu"
]
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/Adjective-Object/good-fences-rs-core.git"
},
"bin": {
"good-fences": "good-fences.js",
"unused": "unused.js"
},
"license": "MIT",
"devDependencies": {
"@napi-rs/cli": "^2.18.4",
"ava": "^4.3.0",
"beachball": "^2.36.0"
},
"engines": {
"node": ">= 10"
},
"scripts": {
"change": "beachball change",
"check-changefile": "beachball check",
"beachball-publish": "beachball publish -y",
"artifacts": "napi artifacts",
"build": "napi build --cargo-name napi_root --platform --release",
"build:debug": "napi build --cargo-name napi_root --platform",
"prepublishOnly": "napi prepublish -t npm",
"test": "ava",
"version": "napi version"
},
"dependencies": {
"commander": "^9.4.1"
},
"workspaces": [
"npm/*",
"."
],
"packageManager": "[email protected]+sha512.91d93b445d9284e7ed52931369bc89a663414e5582d00eea45c67ddc459a2582919eece27c412d6ffd1bd0793ff35399381cb229326b961798ce4f4cc60ddfdb"
}