-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.47 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
57
58
{
"name": "@deepnest/clipper2",
"version": "0.0.6",
"main": "index.js",
"types": "index.d.ts",
"napi": {
"name": "clipper2",
"triples": {
"additional": [
"aarch64-unknown-linux-gnu",
"aarch64-unknown-linux-musl",
"aarch64-pc-windows-msvc",
"x86_64-unknown-linux-musl",
"i686-pc-windows-msvc",
"universal-apple-darwin",
"riscv64gc-unknown-linux-gnu"
]
}
},
"license": "UNLICENSED",
"devDependencies": {
"@napi-rs/cli": "^2.18.4",
"ava": "^6.0.1"
},
"ava": {
"timeout": "3m"
},
"engines": {
"node": ">= 10"
},
"scripts": {
"artifacts": "napi artifacts",
"build": "napi build --platform --release --no-const-enum",
"build:debug": "napi build --platform --no-const-enum",
"prepublishOnly": "napi prepublish -t npm",
"test": "ava",
"universal": "napi universal",
"version": "napi version"
},
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/deepnest-next/node-clipper2/issues"
},
"homepage": "https://www.deepnest.net",
"funding": [
{
"type": "patreon",
"url": "https://patreon.com/deepnest_next"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/deepnest-next/node-clipper2.git"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}