-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.03 KB
/
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
42
43
44
45
46
{
"name": "@ostera/cactus",
"description": "A document compiler",
"author": "Leandro Ostera <[email protected]>",
"repository": "https://github.com/ostera/cactus",
"bugs": {
"url": "https://github.com/ostera/cactus/issues"
},
"homepage": "https://github.com/ostera/cactus",
"license": "MIT",
"version": "0.8.0",
"esy": {
"build": "dune build",
"release": {
"bin": [
"cactus"
]
}
},
"scripts": {
"test": "esy x cactus"
},
"dependencies": {
"@esy-ocaml/reason": "*",
"@opam/bos": "0.2.0",
"@opam/cmdliner": "1.0.3",
"@opam/conf-libev": "4-11",
"@opam/dune": "*",
"@opam/fmt": "0.8.5",
"@opam/logs": "0.6.2",
"@opam/markup": "0.8.0",
"@opam/nproc": "0.5.1",
"@opam/ocamlgraph": "1.8.8",
"@opam/omd": "*",
"@opam/parsexp": "v0.11.0",
"ocaml": "~4.7.0"
},
"resolutions": {
"@opam/cmdliner": "1.0.2",
"@opam/omd": "ocaml/omd:omd.opam#fd7fa4e"
},
"devDependencies": {
"@opam/merlin": "*",
"ocaml": "~4.7.0"
}
}