forked from rescript-lang/rescript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.12 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
{
"devDependencies": {
"mocha": "^6.2.2"
},
"bin": {
"bsb": "lib/bsb",
"bsc": "lib/bsc",
"bsrefmt": "lib/bsrefmt",
"bstracing": "lib/bstracing"
},
"scripts": {
"test": "node scripts/ciTest.js -all",
"test-theme": "node scripts/ciTest.js -theme",
"test-bsb": "node scripts/ciTest.js -bsb",
"test-ocaml": "node scripts/ciTest.js -ounit",
"postinstall": "node scripts/install.js"
},
"name": "bs-platform",
"version": "7.0.0-dev.2",
"description": "bucklescript compiler, ocaml standard libary by bucklescript and its required runtime support",
"repository": {
"type": "git",
"url": "git+https://github.com/bucklescript/bucklescript.git"
},
"keywords": [
"ocaml",
"bucklescript",
"stdlib",
"functional programming"
],
"author": {
"name": "Hongbo Zhang"
},
"maintainers": [
{
"name": "hongbo_zhang",
"email": "[email protected]"
}
],
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/bucklescript/bucklescript/issues"
},
"homepage": "https://github.com/bucklescript/bucklescript#readme"
}