-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·43 lines (43 loc) · 996 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
39
40
41
42
43
{
"name": "css-parse",
"version": "0.1.0",
"description": "Parse CSS",
"license": "MIT",
"esy": {
"build": [
"dune build",
"dune build --profile release js_export/Index.bc.js"
],
"install": [
"dune install --prefix=#{self.install}"
],
"release": {
"releasedBinaries": [ "css-parse", "index.js" ]
},
"buildsInSource": "_build"
},
"resolutions": {
"**/@opam/lwt": "4.0.0",
"**/@opam/lwt_log": "1.1.0"
},
"dependencies": {
"@esy-ocaml/esy-installer": "^0.0.0",
"@opam/jbuilder": "*",
"@opam/js_of_ocaml": "3.2.0",
"@opam/js_of_ocaml-ppx": "3.2.0",
"@opam/menhir": "20181113",
"@opam/cmdliner": "1.0.2",
"@opam/ppx_deriving": "^4.2.1",
"@opam/ppx_deriving_yojson": "3.1",
"@opam/ocamlformat": "0.8",
"@opam/yojson": "1.4.0",
"@opam/ounit": "2.0.8"
},
"devDependencies": {
"@opam/merlin": "^3.0.3",
"ocaml": "~4.6.0"
},
"scripts": {
"test": "make test"
}
}