{
  "name": "@xpack-dev-tools/qemu-riscv",
  "version": "9.2.4-1.1",
  "description": "A binary xpm package with QEMU RISC-V executables",
  "main": "",
  "scripts": {
    "generate-top-commons": "bash node_modules/@xpack/npm-packages-helper/maintenance-scripts/generate-top-commons.sh --xpack-dev-tools",
    "npm-install": "npm install",
    "npm-link-helpers": "npm link @xpack/npm-packages-helper @xpack/docusaurus-template-liquid",
    "npm-outdated": "npm outdated",
    "npm-pack": "npm pack",
    "npm-link": "npm link",
    "deep-clean": "del-cli node_modules package-lock.json *.tgz",
    "postversion": "git push origin --all && git push origin --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xpack-dev-tools/qemu-riscv-xpack.git"
  },
  "bugs": {
    "url": "https://github.com/xpack-dev-tools/qemu-riscv-xpack/issues"
  },
  "homepage": "https://xpack-dev-tools.github.io/qemu-riscv-xpack/",
  "keywords": [
    "xpack",
    "qemu",
    "arm"
  ],
  "author": {
    "name": "Liviu Ionescu",
    "email": "ilg@livius.net",
    "url": "https://github.com/ilg-ul"
  },
  "license": "MIT",
  "xpack": {
    "minimumXpmRequired": "0.20.5",
    "binaries": {
      "destination": "./.content",
      "baseUrl": "https://github.com/xpack-dev-tools/qemu-riscv-xpack/releases/download/v9.2.4-1",
      "skip": 1,
      "platforms": {
        "darwin-arm64": {
          "fileName": "xpack-qemu-riscv-9.2.4-1-darwin-arm64.tar.gz",
          "sha256": "afe4910a2ccf023fee1ce01fb3cf497563fd5e92d786b7fff08cb139da1ac281"
        },
        "darwin-x64": {
          "fileName": "xpack-qemu-riscv-9.2.4-1-darwin-x64.tar.gz",
          "sha256": "138554dd3c18d0663deec33a548a3ea73387d3b46382049f03bbc397cbdfba00"
        },
        "linux-arm64": {
          "fileName": "xpack-qemu-riscv-9.2.4-1-linux-arm64.tar.gz",
          "sha256": "b90f76ebff7ecfa50e77c61a750534bdd0eb41deb793c0253fb3f583002a4aed"
        },
        "linux-x64": {
          "fileName": "xpack-qemu-riscv-9.2.4-1-linux-x64.tar.gz",
          "sha256": "7cd69277dcf32bb024351ea225d549577713302cc5141444bad12836d5967b8c"
        },
        "win32-x64": {
          "fileName": "xpack-qemu-riscv-9.2.4-1-win32-x64.zip",
          "sha256": "05df8a50c2109605c7ab382667aa4680d41cb262383053e5bb07d29de616eb1f"
        }
      }
    },
    "executables": {
      "qemu-system-riscv32": "./.content/bin/qemu-system-riscv32",
      "qemu-system-riscv64": "./.content/bin/qemu-system-riscv64"
    }
  },
  "devDependencies": {
    "del-cli": "^6.0.0",
    "json": "^11.0.0",
    "liquidjs": "^10.19.1"
  },
  "topConfig": {
    "descriptiveName": "xPack QEMU RISC-V",
    "upstreamDescriptiveName": "QEMU RISC-V",
    "permalinkName": "qemu-riscv",
    "skipCiTests": "true",
    "useSelfHostedRunners": "false"
  },
  "engines": {
    "node": " >=20.0"
  }
}
