-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.11 KB
/
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
44
{
"name": "@hyper-systems/rescript-sx",
"version": "0.8.5",
"description": "Styling extensions for ReScript",
"author": "Rizo I. <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/hyper-systems/rescript-sx",
"bugs": {
"url": "https://github.com/hyper-systems/rescript-sx/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hyper-systems/rescript-sx.git"
},
"esy": {
"build": "dune build -p sx",
"buildsInSource": "_build",
"release": {
"bin": [
"sx_ppx"
]
}
},
"dependencies": {
"@opam/yojson": "*",
"@opam/sedlex": "*",
"@opam/fmt": "*",
"@opam/bos": "*",
"@opam/dune": "*",
"@opam/ppxlib": ">=0.21.0"
},
"devDependencies": {
"@opam/ocaml-lsp-server": "*",
"ocaml": "~4.12.x",
"@opam/ocamlformat": "*",
"@opam/utop": "*"
},
"scripts": {
"clean": "esy dune clean",
"build": "esy dune build @all -p sx",
"watch": "esy dune build @all -p sx --watch",
"build-static": "dune build --root . --only-packages sx --ignore-promoted-rules --no-config --profile static"
}
}