-
Notifications
You must be signed in to change notification settings - Fork 483
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.59 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.59 KB
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": "@rescript/win32-x64",
"version": "13.0.0-alpha.4",
"description": "ReScript binaries for Windows x86_64",
"type": "module",
"license": "(LGPL-3.0-or-later AND MIT)",
"homepage": "https://rescript-lang.org",
"bugs": "https://github.com/rescript-lang/rescript/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/rescript-lang/rescript.git"
},
"author": {
"name": "Hongbo Zhang",
"email": "bobzhang1988@gmail.com"
},
"maintainers": [
"Christoph Knittel (https://github.com/cknitt)",
"Cristiano Calcagno (https://github.com/cristianoc)",
"Dmitry Zakharov (https://github.com/DZakh)",
"Florian Hammerschmidt (https://github.com/fhammerschmidt)",
"Florian Verdonck (https://github.com/nojaf)",
"Gabriel Nordeborn (https://github.com/zth)",
"Hyeseong Kim (https://github.com/cometkim)",
"Jaap Frolich (https://github.com/jfrolich)",
"Matthias Le Brun (https://github.com/bloodyowl)",
"Patrick Ecker (https://github.com/ryyppy)",
"Paul Tsnobiladzé (https://github.com/tsnobip)",
"Shulhi Sapli (https://github.com/shulhi)",
"Woonki Moon (https://github.com/mununki)"
],
"publishConfig": {
"access": "public",
"provenance": true,
"executableFiles": [
"./bin/bsc.exe",
"./bin/rescript-editor-analysis.exe",
"./bin/rescript-tools.exe",
"./bin/rescript.exe"
]
},
"engines": {
"node": ">=20.11.0"
},
"os": [
"win32"
],
"cpu": [
"x64"
],
"files": [
"bin.js",
"bin.d.ts",
"bin/"
],
"exports": "./bin.js",
"preferUnplugged": true
}