-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathesy.json
More file actions
30 lines (30 loc) · 891 Bytes
/
esy.json
File metadata and controls
30 lines (30 loc) · 891 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
30
{
"name": "re-schema-form",
"version": "0.0.1",
"author": "Patcia Gleb <jongleb@yandex.ru>",
"license": "MIT",
"esy": {
"build": "dune build -p #{self.name}",
"buildsInSource": "_build"
},
"scripts": {
"release-static": "dune build --root . --only-packages '#{self.name}' --ignore-promoted-rules --no-config --profile release-static"
},
"dependencies": {
"@esy-ocaml/reason": ">= 3.6.0 < 4.0.0",
"@opam/dune": ">=2.6",
"@opam/ocaml-lsp-server": "1.4.0",
"@opam/ocaml-migrate-parsetree": "1.7.3",
"@opam/ppx_tools_versioned": "5.4.0",
"@opam/ppxlib": "*",
"@reason-native/console": "*",
"@reason-native/pastel": "*",
"ocaml": "4.10.0"
},
"devDependencies": {
"@opam/merlin": "*",
"@reason-native/rely": "*",
"refmterr": "*",
"@opam/odoc": "*"
}
}