{
  "name": "@oxlint/linux-x64-gnu",
  "version": "1.0.0",
  "author": "Boshen and oxc contributors",
  "license": "MIT",
  "homepage": "https://oxc.rs",
  "bugs": "https://github.com/oxc-project/oxc/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/oxc-project/oxc",
    "directory": "npm/oxlint"
  },
  "os": [
    "linux"
  ],
  "cpu": [
    "x64"
  ],
  "libc": [
    "glibc"
  ],
  "publishConfig": {
    "executableFiles": [
      "oxlint",
      "oxc_language_server"
    ]
  }
}