-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
53 lines (53 loc) · 1.73 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
{
"name": "oidc",
"version": "0.0.0",
"description": "My Project",
"esy": {
"build": "dune build --root=. --promote-install-file"
},
"scripts": {
"start": "reenv -e .env -- redemon -p ./oidc -p ./oidc-client -p ./library -p ./executable dune exec executable/MorphOidcClient.exe",
"test": "dune runtest --no-buffer",
"watch:test": "redemon -p ./oidc -p ./oidc-client -p ./test esy x RunTests.exe",
"docs": "dune build @doc --root .",
"fmt": "dune build @fmt --auto-promote --root .",
"docs-path": "esy echo #{self.target_dir / 'default' / '_doc' / '_html' / 'index.html'}"
},
"dependencies": {
"@esy-ocaml/reason": "<4.0.0",
"@opam/archi": "*",
"@opam/archi-lwt": "*",
"@opam/containers": "*",
"@opam/dune": "^2.5.0",
"@opam/fmt": "*",
"@opam/jose": "^0.5.1",
"@opam/logs": "*",
"@opam/lwt": "^5.0.0",
"@opam/routes": "*",
"@opam/tyxml-jsx": "*",
"@opam/tyxml": "*",
"@opam/uri": "*",
"@opam/uuidm": "*",
"@opam/yojson": "*",
"@opam/mirage-crypto": "^0.8.1",
"@opam/mirage-crypto-rng": "^0.8.1",
"@opam/mirage-crypto-pk": "^0.8.1",
"@reason-native-web/morph": "^0.6.1",
"@reason-native-web/piaf": "^1.4.0",
"@reason-native-web/esy-openssl": "^1.1.1006",
"ocaml": "^4.10.0"
},
"devDependencies": {
"@opam/junit": "*",
"@opam/junit_alcotest": "*",
"@opam/merlin": "*",
"@opam/ocaml-lsp-server": "ocaml/ocaml-lsp:ocaml-lsp-server.opam",
"@opam/ocamlformat": "*",
"@opam/odoc": "*",
"@opam/bisect_ppx": "^2.3.0"
},
"resolutions": {
"@opam/conf-pkg-config": "esy-ocaml/yarn-pkg-config#db3a0b63883606dd57c54a7158d560d6cba8cd79",
"@opam/session": "inhabitedtype/ocaml-session:session.opam#6180413"
}
}