-
Notifications
You must be signed in to change notification settings - Fork 0
/
esy.json
36 lines (36 loc) · 1.09 KB
/
esy.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
{
"name": "astexplorer-refmt",
"version": "1.0.0",
"description": "JavaScript wrapper for refmt parser to be used to support Reason and OCaml in astexplorer.net",
"license": "MIT",
"main": "dist/AstExplorerRefmt.bc.js",
"esy": {
"build": "refmterr dune build ./src/AstExplorerRefmt.bc.js",
"NOTE": "Optional release Section. Customizes result of `esy release`",
"release": {
"releasedBinaries": ["AstExplorerRefmt.exe"],
"deleteFromBinaryRelease": ["*esy_ocaml_*", "*refmterr-*", "ocaml-*"]
}
},
"scripts": {
"build:watch": "refmterr dune build ./src/AstExplorerRefmt.bc.js -w",
"build:prod": "refmterr dune build --profile=prod -f ./src/AstExplorerRefmt.bc.js"
},
"dependencies": {
"@opam/js_of_ocaml": "~3.2.0",
"@opam/js_of_ocaml-ppx": "~3.2.0",
"@opam/dune": "*",
"@esy-ocaml/reason": "3.4.0",
"refmterr": "*",
"ocaml": "~4.6.0"
},
"resolutions": {
"@esy-ocaml/esy-installer": "0.0.1",
"@opam/menhir": "20171013",
"@opam/re": "1.8.0"
},
"devDependencies": {
"@esy-ocaml/merlin": "*",
"ocaml": "~4.6.0"
}
}