forked from reasonml/reason
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.39 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
{
"name": "reason",
"version": "1.2.0",
"description": "Reason Meta Language Toolchain",
"repository": {
"type": "git",
"url": "https://github.com/facebook/reason.git"
},
"config": {},
"keywords": [
"reason"
],
"author": "",
"license": "BSD",
"homepage": "https://github.com/facebook/reason",
"dependencies": {
"BetterErrors": "https://github.com/npm-ml/BetterErrors.git#npm-1.2.0",
"ocaml-findlib": "https://github.com/npm-ml/ocaml-findlib.git#npm-1.6.1",
"menhir": "https://github.com/npm-ml/menhir.git#20160303",
"ocaml": "https://github.com/npm-ml/ocaml.git#npm-4.02.3",
"easy-format": "https://github.com/npm-ml/easy-format.git#npm-1.2.0",
"merlin-extend": "https://github.com/npm-ml/merlin-extend.git#npm-0.0.1",
"dependency-env": "https://github.com/npm-ml/dependency-env.git",
"re": "https://github.com/npm-ml/re.git#npm-1.6.0"
},
"exportedEnvVars": {
"PATH": {
"val": "./_build/bin/",
"resolveAsRelativePath": true,
"global": true,
"globalCollisionBehavior": "joinPath"
}
},
"scripts": {
"whereisocamlc": "eval $(dependencyEnv) && which ocamlc",
"whereisreason": "eval $(dependencyEnv) && which refmt",
"clean": "eval $(dependencyEnv) && make clean",
"postinstall": "eval $(dependencyEnv) && make build_without_utop",
"ocamlbuildhelp": "eval $(dependencyEnv) && ocamlbuild --help"
}
}