rescript
Version:
ReScript toolchain
113 lines • 3.22 kB
JSON
{
"name": "rescript",
"version": "12.2.0",
"description": "ReScript toolchain",
"type": "module",
"keywords": [
"ReScript",
"Compiler",
"Types",
"JavaScript",
"Language"
],
"license": "(LGPL-3.0-or-later AND MIT)",
"homepage": "https://rescript-lang.org",
"bugs": "https://github.com/rescript-lang/rescript/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/rescript-lang/rescript.git"
},
"author": {
"name": "Hongbo Zhang",
"email": "bobzhang1988@gmail.com"
},
"maintainers": [
"Christoph Knittel (https://github.com/cknitt)",
"Cristiano Calcagno (https://github.com/cristianoc)",
"Dmitry Zakharov (https://github.com/DZakh)",
"Florian Hammerschmidt (https://github.com/fhammerschmidt)",
"Gabriel Nordeborn (https://github.com/zth)",
"Hyeseong Kim (https://github.com/cometkim)",
"Jaap Frolich (https://github.com/jfrolich)",
"Matthias Le Brun (https://github.com/bloodyowl)",
"Patrick Ecker (https://github.com/ryyppy)",
"Paul Tsnobiladzé (https://github.com/tsnobip)",
"Woonki Moon (https://github.com/mununki)"
],
"publishConfig": {
"access": "public",
"provenance": true
},
"engines": {
"node": ">=20.11.0"
},
"bin": {
"bsc": "cli/bsc.js",
"bstracing": "cli/bstracing.js",
"rescript": "cli/rescript.js",
"rescript-legacy": "cli/rescript-legacy.js",
"rescript-tools": "cli/rescript-tools.js"
},
"scripts": {
"test": "node scripts/test.js -all",
"test-bsb": "node scripts/test.js -bsb",
"test-ocaml": "node scripts/test.js -ounit",
"check": "biome check --no-errors-on-unmatched .",
"check:all": "biome check .",
"format": "biome check --no-errors-on-unmatched . --fix",
"coverage": "nyc --timeout=3000 --reporter=html mocha tests/tests/src/*_test.js && open ./coverage/index.html",
"typecheck": "tsc",
"apidocs:generate": "yarn workspace @utils/scripts apidocs:generate"
},
"files": [
"CHANGELOG.md",
"COPYING",
"COPYING.LESSER",
"CREDITS.md",
"ninja.COPYING",
"docs/docson/build-schema.json",
"cli"
],
"exports": {
"./lib/es6/*": "./lib/es6/*",
"./lib/js/*": "./lib/js/*",
"./package.json": "./package.json"
},
"imports": {
"#cli/*": "./cli/common/*.js",
"#dev/*": "./lib_dev/*.js"
},
"dependencies": {
"@rescript/runtime": "12.2.0"
},
"optionalDependencies": {
"@rescript/darwin-arm64": "12.2.0",
"@rescript/darwin-x64": "12.2.0",
"@rescript/linux-arm64": "12.2.0",
"@rescript/linux-x64": "12.2.0",
"@rescript/win32-x64": "12.2.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/node": "^25.0.3",
"@types/semver": "^7.7.0",
"@yarnpkg/types": "^4.0.1",
"mocha": "11.7.5",
"nyc": "17.1.0",
"semver": "^7.7.2",
"typescript": "5.9.3"
},
"workspaces": [
"packages/playground",
"packages/@rescript/*",
"tests/dependencies/**",
"tests/analysis_tests/**",
"tests/docstring_tests",
"tests/gentype_tests/**",
"tests/tools_tests",
"tests/commonjs_tests",
"scripts/res"
],
"packageManager": "yarn@4.10.3",
"preferUnplugged": true
}