bs-platform
Version:
bucklescript compiler, ocaml standard libary by bucklescript and its required runtime support
48 lines (47 loc) • 1.26 kB
JSON
{
"devDependencies": {
"mocha": "^7.1.1",
"nyc": "^15.0.0"
},
"bin": {
"bsb": "bsb",
"bsc": "bsc",
"bsrefmt": "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",
"coverage": "nyc --timeout=3000 --reporter=html mocha jscomp/test/*test.js && open ./coverage/index.html"
},
"name": "bs-platform",
"version": "7.3.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": "bobzhang1988@gmail.com"
}
],
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/bucklescript/bucklescript/issues"
},
"homepage": "https://github.com/bucklescript/bucklescript#readme"
}