-
Notifications
You must be signed in to change notification settings - Fork 43
/
qcheck-rely.json
39 lines (39 loc) · 1.12 KB
/
qcheck-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
{
"name": "@reason-native/qcheck-rely",
"version": "1.0.2",
"description": "Rely matchers for qcheck",
"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": ["qcheck", "rely", "unittest", "test", "property test"],
"esy": {
"build": "dune build -p qcheck-rely",
"install": ["esy-installer qcheck-rely.install"],
"sandboxEnv": {
"PROJECT_DIR": "."
}
},
"dependencies": {
"@opam/dune": "*",
"@opam/qcheck-core": ">= 0.9 < 0.10",
"@opam/reason": ">= 3.6.0",
"ocaml": "^4.2.0 || ^5.0.0",
"@reason-native/rely": "*",
"@reason-native/console": "*"
},
"devDependencies": {
"@reason-native/rely": "*"
},
"resolutions": {
"@reason-native/rely": "./rely.json",
"@reason-native/console": "./console.json",
"@reason-native/pastel": "./pastel.json",
"@reason-native/cli": "./cli.json",
"@reason-native/file-context-printer": "./file-context-printer.json"
}
}