Files
site/esy.json
2022-09-06 13:51:48 -06:00

17 lines
306 B
JSON

{
"dependencies": {
"@opam/dream": "*",
"@opam/dune": "*",
"@opam/lwt": "*",
"@opam/caqti": "*",
"@opam/lwt_ppx": "*",
"@opam/caqti-driver-sqlite3": "*",
"ocaml": "4.12.x"
},
"scripts": {
"start": "dune exec --root . ./rawleydotxyz.exe",
"build": "esy b dune build"
}
}