-
Notifications
You must be signed in to change notification settings - Fork 6
/
esy.json
64 lines (64 loc) · 2.01 KB
/
esy.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "@davesnx/query-json-web",
"version": "0.5.20",
"description":
"faster and simpler re-implementation of jq in Reason Native",
"author": "davesnx <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/davesnx/query-json",
"keywords": [
"reason", "ocaml", "jq", "json", "reason-native", "menhir", "sedlex",
"cli", "jsoo", "jsoo-react"
],
"bugs": { "url": "https://github.com/davesnx/query-json/issues" },
"repository": {
"type": "git",
"url": "https://github.com/davesnx/query-json.git"
},
"scripts": {
"bin": "esy b dune exec Bin",
"start": "esy b dune build --watch",
"test": "esy b dune runtest --force",
"format": "esy b dune build @fmt --auto-promote --root ."
},
"esy": {
"build": "dune build -p query-json",
"buildsInSource": "_build",
"buildEnv": { "ODOC_SYNTAX": "re" },
"release": { "bin": [ "Bin" ] }
},
"dependencies": {
"@opam/cmdliner": "1.0.4",
"@opam/menhir": "20201216",
"@opam/yojson": "1.7.0",
"@opam/sedlex": "2.3"
},
"devDependencies": {
"@esy-ocaml/reason": "~3.7.0",
"@opam/brr": "0.0.2",
"@opam/jsonoo": "0.2.1",
"@opam/ocaml-lsp-server": "1.4.1",
"@opam/ppx_deriving": "5.2.1",
"@opam/ppx_jsobject_conv": "0.9.0",
"@opam/bisect_ppx": "2.6.0",
"@opam/dune": ">=2.8.4",
"@opam/js_of_ocaml": "3.9.0",
"@opam/js_of_ocaml-compiler": "3.9.0",
"@reason-native/console": "*",
"@opam/rely": "*",
"@opam/js_of_ocaml-ppx": "3.9.0",
"@opam/jsoo-react": "*",
"@opam/jsoo-css": "*",
"bats": "^1.1.0",
"ocaml": "4.10.2000"
},
"resolutions": {
"@opam/ocamlbuild": "0.14.0",
"@opam/jsoo-react": "ml-in-barcelona/jsoo-react:jsoo-react.opam#831f451",
"@opam/jsoo-css": "ml-in-barcelona/jsoo-css:jsoo-css.opam#b4b9c33",
"@opam/rely":
"jfrolich/reason-native:rely.json#08085a4048974b06aaf3aab918b677b39dea3d18",
"@reason-native/console":
"jfrolich/reason-native:console.json#08085a4048974b06aaf3aab918b677b39dea3d18"
}
}