-
Notifications
You must be signed in to change notification settings - Fork 43
/
rely.json
50 lines (50 loc) · 1.21 KB
/
rely.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
47
48
49
50
{
"name": "@reason-native/rely",
"version": "4.0.0",
"description": "A native Reason test runner that is heavily inspired by Jest",
"author": "Facebook Engineering",
"homepage": "https://reason-native.com",
"esy-prepublish-generate-opam": true,
"repository": {
"type": "git",
"url": "https://github.com/facebookexperimental/reason-native"
},
"license": "MIT",
"keywords": [
"reason",
"facebook",
"jest",
"runner",
"test",
"testing",
"snapshot",
"rely",
"reason-native",
"native"
],
"esy": {
"build": "dune build -p rely",
"install": "esy-installer rely.install"
},
"scripts": {
"release": "node ./scripts/esy-prepublish.js rely.json"
},
"dependencies": {
"@opam/dune": "*",
"@opam/reason": ">= 3.6.0",
"@opam/re": "*",
"ocaml": "^4.4.0 || ^5.0.0",
"@reason-native/cli": "*",
"@reason-native/pastel": "*",
"@reason-native/file-context-printer": "*",
"@opam/stdlib-shims": "*"
},
"devDependencies": {
"@opam/merlin": "*"
},
"resolutions": {
"@reason-native/cli": "./cli.json",
"@reason-native/file-context-printer": "./file-context-printer.json",
"@reason-native/pastel": "./pastel.json"
}
}