-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 887 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
33
34
35
36
37
38
39
40
41
{
"name": "wiktionary-parser",
"version": "0.1.0",
"description": "Wiktionary parser",
"license": "MIT",
"esy": {
"build": "refmterr dune build -p #{self.name}",
"NOTE": "Optional release Section. Customizes result of `esy release`",
"release": {
"bin": [
"stats",
"load",
"test"
]
},
"buildEnv": {
"ODOC_SYNTAX": "re"
}
},
"scripts": {
"stats": "esy x stats",
"load": "esy x load",
"test": "esy x test",
"doc": "esy dune build @doc"
},
"dependencies": {
"@opam/dune": "*",
"@reason-native/pastel": "*",
"@reason-native/rely": "*",
"@esy-ocaml/reason": ">= 3.4.0 < 3.6.0",
"refmterr": "*",
"ocaml": "~4.6.0"
},
"devDependencies": {
"@opam/merlin": "*",
"ocaml": "~4.6.0",
"@opam/odoc": "*",
"@opam/markup": "*",
"@opam/sqlite3": "*"
}
}