-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommon.linux.json
32 lines (32 loc) · 1.21 KB
/
common.linux.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
{
"name": "@glean-dev/merlin-cli",
"version": "0.0.1",
"preferGlobal": false,
"repository": {
"type": "git",
"url": "git+https://github.com/glean-dev/merlin-cli.git"
},
"author": "Ozan Sener",
"license": "MIT",
"bugs": {
"url": "https://github.com/glean-dev/merlin-cli/issues"
},
"homepage": "https://github.com/glean-dev/merlin-cli#readme",
"dependencies": {
"@opam/merlin": "*",
"@opam/merlin-lsp": "*",
"@opam/ppx_deriving": "*",
"@opam/ppx_deriving_yojson": "*",
"@opam/ppxfind": "*",
"@opam/reason": "*"
},
"devDependencies": {},
"resolutions": {
"@opam/merlin": "glean-dev/merlin:merlin.opam#68dbf9db472e74abc08cd4b390926a5d2ccf083f",
"@opam/merlin-lsp": "glean-dev/merlin:merlin-lsp.opam#68dbf9db472e74abc08cd4b390926a5d2ccf083f",
"@opam/ppx_deriving": "ocaml-ppx/ppx_deriving:ppx_deriving.opam#f1857c2231280b1cb7fd682d57255a64319bb717",
"@opam/ppx_deriving_yojson": "ocaml-ppx/ppx_deriving_yojson:ppx_deriving_yojson.opam#8ce87acb20c29d7b6dbeaf85eb32ce5f7dc252a5",
"@opam/ppxfind": "diml/ppxfind:ppxfind.opam#d294b1c40937f0b3e08f462a52d5a3a8864455b4",
"@opam/reason": "glean-dev/reason:reason.opam#f965587255864e55071d9f5f80f0cd1e6ed7d88a"
}
}