forked from reasonml/reason-native
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrefmterr.json
33 lines (33 loc) · 840 Bytes
/
refmterr.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
{
"name": "refmterr",
"version": "3.3.0",
"description": "Reason Formatting of Errors",
"author": "Facebook Engineering",
"homepage": "https://reason-native.com",
"esy-prepublish-generate-opam": true,
"dependencies": {
"@opam/dune": "*",
"@opam/re": "*",
"@opam/reason": ">= 3.6.0",
"ocaml": " >= 4.2.0",
"@reason-native/pastel": "*",
"@opam/atdgen": "*",
"@reason-native/console": "*"
},
"devDependencies": {
"@opam/merlin": "*",
"ocaml": ">= 4.2.0",
"@opam/reason": "3.7.0"
},
"resolutions": {
"@reason-native/pastel": "./pastel.json",
"@reason-native/console": "./console.json"
},
"esy": {
"build": "dune build -p refmterr"
},
"scripts": {
"test": "esy src/refmterr/runTests.cmd",
"release": "node ./scripts/esy-prepublish.js refmterr.json"
}
}