-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
55 lines (55 loc) · 1.94 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
{
"name": "dev",
"version": "3.1.0",
"dependencies": {
"@opam/lwt": "*",
"@esy-ocaml/substs": "^0.0.1",
"@opam/reason": "^3.4.0",
"refmterr": "*",
"@opam/dune": "*",
"@opam/ocaml-migrate-parsetree": "*",
"@opam/ppx_tools_versioned": "*",
"@opam/uchar": "*",
"@opam/cmdliner": "*",
"@opam/ppx_deriving": "*"
},
"peerDependencies": {
"ocaml": "~4.6.0"
},
"devDependencies": {
"@opam/ocamlformat": "*",
"@opam/merlin": "*",
"@reason-native/console": "*",
"ocaml": " ~ 4.8.0",
"@opam/ppx_expect": "*"
},
"resolutions": {
"dune": "2.1.0",
"@opam/merlin-extend": "0.4"
},
"optDependencies": {},
"esy": {
"buildDev": [
[ "refmterr", "dune", "build", "-p", "js_of_ocaml,js_of_ocaml-compiler,js_of_ocaml-ppx,js_of_ocaml-lwt,js_of_ocaml-ppx_deriving_json"],
[ "refmterr", "dune", "build", "--profile=release", "rehack_tests/hello_world/hello_world.bc"],
[ "refmterr", "dune", "build", "--profile=release", "rehack_tests/my-lib/MyLib.cma"],
[ "refmterr", "dune", "build", "--profile=release", "rehack_tests/SeparateCompilation/SeparateCompilation.cma"],
[ "refmterr", "dune", "build", "--profile=release", "rehack_tests/HashBugReproduce/HashBugReproduce.cma"],
[ "refmterr", "dune", "build", "--profile=release", "rehack_tests/strings/strings.bc"],
[ "refmterr", "dune", "build", "--profile=release", "rehack_tests/calls/Calls.cma"],
[ "refmterr", "dune", "build", "--profile=release", "rehack_tests/recursion/Recursion.cma"]
],
"build": [
[ "refmterr", "dune", "build", "-p", "js_of_ocaml,js_of_ocaml-compiler,js_of_ocaml-lwt"]
],
"install": [
["esy-installer", "js_of_ocaml.install"],
["esy-installer", "js_of_ocaml-compiler.install"],
["esy-installer", "js_of_ocaml-lwt.install"]
]
},
"scripts": {
"test": "esy x bash ./buildTest.sh #{self.target_dir}",
"where": "echo #{self.target_dir}"
}
}