-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 684 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 684 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
{
"name": "@lichess-org/stockfish-web",
"version": "0.4.0",
"//": "version is managed by the build system",
"repository": "github:lichess-org/stockfish-web",
"author": "T-bone Duplexus",
"license": "AGPL-3.0-or-later",
"type": "module",
"types": "stockfishWeb.d.ts",
"files": [
"sf_18_smallnet.js",
"sf_18_smallnet.wasm",
"sf_18.js",
"sf_18.wasm",
"sf_dev.js",
"sf_dev.wasm",
"sf_18_smallnet_relaxed-simd.js",
"sf_18_smallnet_relaxed-simd.wasm",
"sf_18_relaxed-simd.js",
"sf_18_relaxed-simd.wasm",
"sf_dev_relaxed-simd.js",
"sf_dev_relaxed-simd.wasm",
"fsf_14.js",
"fsf_14.wasm",
"stockfishWeb.d.ts"
]
}