UNPKG

rescript

Version:
46 lines (45 loc) 1.18 kB
{ "version": "9.1.4", "devDependencies": { "mocha": "^7.2.0", "nyc": "^15.0.0" }, "bin": { "bsc": "bsc", "bsrefmt": "bsrefmt", "bstracing": "lib/bstracing", "rescript" : "rescript" }, "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": "rescript", "description": "ReScript toolchain", "repository": { "type": "git", "url": "git+https://github.com/rescript-lang/rescript-compiler.git" }, "keywords": [ "ReScript", "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" }