nikodream/package.json
Kaustubh Maske Patil 2e4779cc96 add lwt
2025-05-08 11:26:25 +05:30

20 lines
488 B
JSON

{
"name": "nikodream",
"version": "0.0.1",
"description": "my personal website - written with dream & ocaml",
"scripts": {},
"author": "nikochiko",
"license": "",
"esy": { "build": "dune build -p #{self.name}" },
"dependencies": {
"@opam/dream": "1.0.0~alpha7",
"@opam/dune": "*",
"@opam/lwt": "5.9.1",
"ocaml": "5.2"
},
"devDependencies": {
"@opam/merlin": "5.3-502",
"@opam/ocaml-lsp-server": "1.21.0",
"@opam/ocamlformat": "0.27.0"
}
}