-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
55 lines (55 loc) · 1.33 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": "@pesy/esy-pesy",
"version": "0.1.0-alpha.12",
"description": "\"Esy Pesy\" - Your Esy Assistant.",
"esy": {
"buildsInSource": "_build",
"build": [
"dune build -p pesy--esy-pesy"
],
"install": [
"esy-installer pesy--esy-pesy.install"
],
"buildDev": [
"refmterr dune build --root . --only-packages pesy--esy-pesy,PesyE2E"
],
"buildEnv": {
"ODOC_SYNTAX": "re"
},
"release": {
"bin": [
"pesy"
],
"includePackages": [
"root"
]
}
},
"scripts": {
"doc": "esy dune build @doc -p pesy--esy-pesy,PesyE2E",
"test:unit": "esy b dune exec ./unit-tests/runner/RunUnitTests.exe",
"test:e2e": "./_build/default/e2e-tests/Runner.exe",
"test": "esy run-script test:unit"
},
"dependencies": {
"@esy-ocaml/reason": "3.x.x",
"@opam/dune": "*",
"@opam/cmdliner": "*",
"@reason-native/pastel": "*",
"@opam/ocamlfind": "*",
"@opam/sexplib": "*",
"@opam/yojson": "*",
"ocaml": "4.6.10 - 4.10"
},
"devDependencies": {
"refmterr": "^3.3.0",
"ocaml": "4.10.x",
"@opam/dune": "*",
"@opam/bos": "0.2.0",
"@reason-native/rely": "*",
"@opam/odoc": "*",
"@opam/merlin": "*",
"@opam/ocamlformat": "0.12",
"@opam/ocaml-lsp-server": "ocaml/ocaml-lsp:ocaml-lsp-server.opam"
}
}