-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 851 Bytes
/
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
{
"name": "rely_playground",
"version": "0.0.0",
"description": "Rely playground",
"esy": {
"build": "refmterr dune build"
},
"scripts": {
"test": "esy x RunTests.exe"
},
"dependencies": {
"@esy-ocaml/reason": "*",
"@opam/dune": ">=1.7.0",
"@opam/httpkit": "*",
"@opam/httpkit-lwt": "*",
"@opam/ppx_deriving_yojson": "3.3",
"@opam/yojson": "1.5.0",
"@reason-native/console": "*",
"@reason-native/rely": "^2.0.0",
"ocaml": "^4.4.0",
"refmterr": "*"
},
"resolutions": {
"@opam/httpkit": "ostera/httpkit:httpkit.opam#5e627eb",
"@opam/httpkit-lwt": "ostera/httpkit:httpkit-lwt.opam#5e627eb",
"@opam/httpaf": "anmonteiro/httpaf:httpaf.opam#57e9dd2",
"@opam/httpaf-lwt": "anmonteiro/httpaf:httpaf-lwt.opam#57e9dd2"
},
"devDependencies": {
"@opam/merlin": "*"
}
}