-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 818 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 818 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
28
29
{
"name": "advent-of-code",
"version": "0.1.0",
"description": "Example Reason Esy Project",
"license": "MIT",
"esy": {
"build": "refmterr dune build -p #{self.name}",
"NOTE": "Optional release Section. Customizes result of `esy release`",
"release": { "bin": [ "Hello" ] },
"buildEnv": { "ODOC_SYNTAX": "re" }
},
"scripts": { "test": "esy x RunTests.exe", "doc": "esy dune build @doc" },
"dependencies": {
"@esy-ocaml/reason": ">= 3.4.0 < 3.6.0",
"@opam/core": "v0.11.3",
"@opam/dune": "*",
"@opam/tablecloth-native": "0.0.6",
"@reason-native/console": "*",
"@reason-native/rely": "*",
"ocaml": "4.6.1000",
"refmterr": "*",
"reperf": "^1.4.0"
},
"devDependencies": {
"@opam/merlin": "*",
"ocaml": "~4.6.1000",
"@opam/odoc": "*"
}
}