-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
64 lines (64 loc) · 1.97 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
56
57
58
59
60
61
62
63
64
{
"name": "@pesy/esy-pesy",
"version": "0.1.0-alpha.14",
"description": "\"Esy Pesy\" - Your Esy Assistant.",
"esy": {
"buildsInSource": "_build",
"build": [
"dune build -p pesy--esy-pesy"
],
"install": [
"esy-installer pesy--esy-pesy.install"
],
"buildDev": [
"dune build --root . --only-packages pesy--esy-pesy,PesyE2E"
],
"buildEnv": {
"ODOC_SYNTAX": "re"
},
"release": {
"bin": [
"pesy"
],
"includePackages": [
"root"
]
}
},
"pesy": {
"github": "esy/pesy",
"azure-project": "pesy/pesy"
},
"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": {
"@opam/reason": "*",
"@opam/dune": "*",
"@opam/cmdliner": "*",
"@opam/pastel": "*",
"@opam/ocamlfind": "*",
"@opam/sexplib": "*",
"@opam/yojson": "*",
"ocaml": "4.6.10 - 5.3.0"
},
"devDependencies": {
"@opam/dune": "*",
"@opam/bos": "*",
"@reason-native/rely": "*",
"@opam/odoc": "*",
"@opam/ocaml-lsp-server": "*"
},
"resolutions": {
"@opam/cli": "reasonml/reason-native:cli.opam#20b1997b6451d9715dfdbeec86a9d274c7430ed8",
"@reason-native/cli": "reasonml/reason-native:cli.opam#20b1997b6451d9715dfdbeec86a9d274c7430ed8",
"@reason-native/rely": "reasonml/reason-native:rely.opam#20b1997b6451d9715dfdbeec86a9d274c7430ed8",
"@opam/pastel": "reasonml/reason-native:pastel.opam#20b1997b6451d9715dfdbeec86a9d274c7430ed8",
"@opam/console": "reasonml/reason-native:console.opam#20b1997b6451d9715dfdbeec86a9d274c7430ed8",
"@opam/file-context-printer": "reasonml/reason-native:file-context-printer.opam#20b1997b6451d9715dfdbeec86a9d274c7430ed8",
"@opam/pastel": "reasonml/reason-native:pastel.opam#20b1997b6451d9715dfdbeec86a9d274c7430ed8"
}
}