UNPKG

rescript

Version:
73 lines (72 loc) 1.75 kB
{ "name": "rescript", "version": "10.1.2", "devDependencies": { "mocha": "^7.2.0", "nyc": "^15.0.0", "prettier": "^2.7.1" }, "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", "format": "prettier --write .", "checkFormat": "prettier --check .", "test-env-compiler": "RESCRIPT_FORCE_REBUILD=1 node scripts/install.js -use-env-compiler", "coverage": "nyc --timeout=3000 --reporter=html mocha jscomp/test/*test.js && open ./coverage/index.html" }, "description": "ReScript toolchain", "files": [ "CHANGELOG.md", "CREDITS.md", "ninja.COPYING", "bsc", "bsrefmt", "rescript", "darwin", "darwinarm64", "freebsd", "linux", "openbsd", "win32", "docs/docson/build-schema.json", "jscomp/stubs/ext_basic_hash_stubs.c", "lib", "scripts", "vendor/ninja.tar.gz", "vendor/ocaml.tar.gz" ], "repository": { "type": "git", "url": "git+https://github.com/rescript-lang/rescript-compiler.git" }, "keywords": [ "ReScript", "Compiler", "Types", "JavaScript", "Language" ], "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": "http://rescript-lang.org" }