-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 845 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 845 Bytes
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
{
"name": "reasonfuzz",
"version": "0.1.0",
"description": "Fuzzy string matching for ReasonML.",
"esy": {
"build": "refmterr dune build --root . --only-packages Matchers,ReasonFuzz -j4",
"install": [
"esy-installer #{self.target_dir}/default/ReasonFuzz.install",
"esy-installer #{self.target_dir}/default/Matchers.install"
]
},
"scripts": {
"format": "esy dune build @fmt --auto-promote",
"test": "esy @test run"
},
"dependencies": {
"@opam/dune": "2.5.0",
"@opam/dune-configurator": "2.5.1",
"@opam/dune-private-libs": "2.5.1",
"@opam/reason": "^3.6.0",
"ocaml": "4.10.0",
"refmterr": "*",
"reason-fzy": "CrossR/reason-fzy#7339d4e"
},
"devDependencies": {
"@opam/ocaml-lsp-server": "ocaml/ocaml-lsp:ocaml-lsp-server.opam#c1e51a5",
"ocaml": "4.10.0"
}
}