bs-platform
Version:
ReScript compiler, OCaml standard libary by ReScript and its required runtime support
48 lines (47 loc) • 1.27 kB
JSON
{
"devDependencies": {
"mocha": "^7.2.0",
"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": "9.0.0",
"description": "ReScript compiler, OCaml standard libary by ReScript and its required runtime support",
"repository": {
"type": "git",
"url": "git+https://github.com/rescript-lang/rescript-compiler.git"
},
"keywords": [
"ocaml",
"rescript",
"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/rescript-lang/rescript-compiler/issues"
},
"homepage": "https://github.com/rescript-lang/rescript-compiler#readme"
}