-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 960 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
{
"name": "reason-textmate",
"version": "3.1.2",
"description": "Native reason utilities for working with textmate grammars",
"license": "MIT",
"scripts": {
"format": "esy dune build @fmt --auto-promote"
},
"esy": {
"build": ["dune build -p textmate"],
"install": [
"esy-installer textmate.install"
]
},
"dependencies": {
"@opam/dune": "^1.6.0",
"@opam/ppx_let": "*",
"@opam/yojson": "^1.5.0",
"@esy-ocaml/reason": "^3.4.0",
"@opam/ppx_deriving_yojson": "*",
"refmterr": "*",
"ocaml": ">=4.7.0 <4.10.0",
"reason-oniguruma": "^6.94.1002",
"rench": "^1.9.1",
"@opam/markup": "^0.8.2"
},
"resolutions": {
"@opam/biniou": "1.2.0",
"@opam/easy-format": "1.3.1",
"@esy-ocaml/reason": "facebook/reason#8f71db0"
},
"devDependencies": {
"ocaml": "~4.8.0",
"@opam/odoc": "*",
"@opam/ocaml-lsp-server": "ocaml/ocaml-lsp:ocaml-lsp-server.opam#04733ed"
}
}