-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.49 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
45
46
{
"version": "0.1.5",
"name": "@reason-native-web/cookie_dev",
"license": "BSD-3-clause",
"homepage": "https://github.com/reason-native-web/ocaml-cookie",
"bugs": {
"url": "https://github.com/reason-native-web/ocaml-cookie/issues"
},
"esy": {
"build": "dune build --only-packages=cookie,session-cookie,session-cookie-async,session-cookie-lwt --root=. @default @runtest --no-buffer -j 4",
"install": [
"esy-installer #{self.target_dir / 'default' / 'cookie.install'}",
"esy-installer #{self.target_dir / 'default' / 'session-cookie.install'}"
]
},
"scripts": {
"test": "dune runtest --no-buffer --force",
"test:watch": "dune runtest --no-buffer --watch",
"bench": "dune exec lib_bench/main.exe",
"fmt": "dune build @fmt --auto-promote --root .",
"docs": "dune build @doc --root .",
"docs:open": "open #{self.target_dir / 'default' / '_doc' / '_html' / 'index.html'}",
"docs:path": "esy echo #{self.target_dir / 'default' / '_doc' / '_html'}"
},
"dependencies": {
"@opam/astring": "0.8.3",
"@opam/dune": ">=1.5.0",
"@opam/ptime": "0.8.5",
"@opam/session": "^0.4.1",
"@opam/uri": "3.1.0",
"ocaml": ">=4.8.0"
},
"devDependencies": {
"ocaml": "~4.9.0",
"@opam/base": "*",
"@opam/alcotest": "*",
"@opam/bisect_ppx": "^2.2.0",
"@opam/merlin": "*",
"@opam/ocamlformat": "*",
"@opam/odoc": "*",
"@opam/junit": "*",
"@opam/junit_alcotest": "*",
"@opam/lwt": "*",
"@opam/async": "*"
}
}