{
  "name": "@rescript/linux-x64",
  "version": "12.3.1",
  "description": "ReScript binaries for Linux x86_64",
  "type": "module",
  "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,
    "executableFiles": [
      "./bin/bsb_helper.exe",
      "./bin/bsc.exe",
      "./bin/ninja.exe",
      "./bin/rescript-legacy.exe",
      "./bin/rescript-editor-analysis.exe",
      "./bin/rescript-tools.exe",
      "./bin/rescript.exe"
    ]
  },
  "engines": {
    "node": ">=20.11.0"
  },
  "os": [
    "linux"
  ],
  "cpu": [
    "x64"
  ],
  "files": [
    "bin.js",
    "bin.d.ts",
    "bin/"
  ],
  "exports": "./bin.js",
  "preferUnplugged": true
}