-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 863 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": "ocaml-reason-wsl",
"version": "0.1.1",
"description": "Workaround to use ocaml and reason on windows through WSL",
"scripts": {
"preinstall": "bin\\preinstall.bat"
},
"bin": {
"bsb": "./bin/bsb.bat",
"ocaml": "./bin/ocaml.bat",
"ocamldebug": "./bin/ocamldebug.bat",
"ocamlfind": "./bin/ocamlfind.bat",
"ocamlmerlin": "./bin/ocamlmerlin.bat",
"opam": "./bin/opam.bat",
"rebuild": "./bin/rebuild.bat",
"refmt": "./bin/refmt.bat",
"refmterr": "./bin/refmterr.bat",
"rtop": "./bin/rtop.bat",
"utop": "./bin/utop.bat"
},
"files": [
"bin"
],
"os": [
"win32"
],
"repository": {
"type": "git",
"url": "git+https://github.com/fhelwanger/ocaml-reason-wsl.git"
},
"keywords": [
"ocaml",
"reason",
"windows"
],
"author": "fhelwanger",
"license": "MIT"
}