-
-
Notifications
You must be signed in to change notification settings - Fork 60
/
package.json
39 lines (39 loc) · 824 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
{
"name": "bisect_ppx",
"description": "Code coverage for OCaml and Reason",
"version": "2.8.3",
"license": "MIT",
"homepage": "https://github.com/aantron/bisect_ppx",
"bugs": {
"url": "https://github.com/aantron/bisect_ppx/issues"
},
"keywords": [
"ReScript",
"reason",
"coverage"
],
"repository": {
"type": "git",
"url": "git+https://github.com/aantron/bisect_ppx.git"
},
"author": {
"name": "Anton Bachin",
"email": "[email protected]",
"url": "https://github.com/aantron"
},
"scripts": {
"preinstall": "bash src/npm-install.sh"
},
"bin": {
"bisect-ppx-report": "bisect-ppx-report"
},
"files": [
"bisect_ppx.opam",
"bsconfig.json",
"dune-project",
"binaries.esy.json",
"src",
"bin",
"bisect-ppx-report"
]
}