-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
38 lines (38 loc) · 902 Bytes
/
package.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
{
"name": "@grain/binaryen.ml",
"version": "0.24.0",
"description": "OCaml bindings for Binaryen.",
"author": "Oscar Spencer <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"ocaml": ">= 4.12.0 < 5.0.0",
"@grain/libbinaryen": ">= 114.0.0 < 115.0.0",
"@opam/dune": ">= 3.0.0",
"@opam/dune-configurator": ">= 3.0.0"
},
"devDependencies": {
"@opam/js_of_ocaml-compiler": ">= 4.1.0 < 6.0.0",
"@opam/ocamlformat": "0.24.1",
"@opam/ocaml-lsp-server": ">= 1.9.1 < 1.13.0"
},
"resolutions": {
"@opam/ocp-indent": "1.7.0"
},
"esy": {
"build": "dune build -p binaryen"
},
"scripts": {
"test": "esy b dune runtest --display=short",
"format": "dune build @fmt --auto-promote"
},
"installConfig": {
"pnp": false
},
"publishConfig": {
"access": "public"
},
"keywords": [
"binaryen",
"ocaml"
]
}