This repository has been archived by the owner on Oct 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
65 lines (65 loc) · 1.52 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
59
60
61
62
63
64
65
{
"name": "reason-cli",
"version": "3.3.3",
"preferGlobal": false,
"description": "Globally Installable CLI Tools For ReasonML",
"main": "index.js",
"notes": "Do not include a postinstall script - it will be added for you",
"scripts": {
"test": "bash ./test.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reasonml/reason-cli.git"
},
"keywords": [
"ReasonML",
"Reason",
"OCaml",
"Merlin",
"ocamlopt",
"ocamlc",
"refmt"
],
"author": "Jordan",
"license": "MIT",
"bugs": {
"url": "https://github.com/reasonml/reason-cli/issues"
},
"esy": {
"release": {
"releasedBinaries": [
"ocamlmerlin",
"ocamlmerlin-server",
"ocamlmerlin-reason",
"rtop",
"utop",
"refmt",
"refmttype",
"reactjs_jsx_ppx_v2"
],
"NOTES": [
"Make the release as lean as you want! Just remove packed binary zips until the executables",
" you released above, no longer work correctly."
],
"deleteFromBinaryRelease": [
"*camlp4-*",
"*esy_ocaml__slash__esy_installer-*",
"*topkg-*",
"*esy_ocaml__slash__substs-*",
"*conf_which-*",
"*conf_m4-*",
"*cppo-*",
"*jbuilder-*",
"*dune-*"
]
}
},
"homepage": "https://github.com/reasonml/reason-cli#readme",
"dependencies": {
"@esy-ocaml/reason": "3.3.3",
"@esy-ocaml/rtop": "3.3.0",
"ocaml": "~4.2.3001",
"@esy-ocaml/merlin": "*"
}
}