{
  "name": "romdev-toolchain-m68k-gcc",
  "version": "0.4.1",
  "description": "m68k-elf-gcc toolchain (cc1 / as / ld / objcopy / objdump) + Z80 tools (sjasm/bintos) + the Genesis C library share/ tree (SGDK + minimal runtime) for romdev Genesis C builds + disassembly. WASM.",
  "type": "module",
  "main": "index.js",
  "exports": {
    ".": "./index.js",
    "./wasm/*": "./wasm/*",
    "./share/*": "./share/*",
    "./build/*": "./build/*"
  },
  "files": [
    "index.js",
    "wasm",
    "share",
    "build",
    "README.md"
  ],
  "engines": {
    "node": ">=24"
  },
  "license": "GPL-3.0-or-later",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/monteslu/romdev.git",
    "directory": "packages/romdev-toolchain-m68k-gcc"
  },
  "homepage": "https://github.com/monteslu/romdev#readme",
  "bugs": {
    "url": "https://github.com/monteslu/romdev/issues"
  },
  "author": "Luis Montes",
  "scripts": {
    "prepublishOnly": "node ../../scripts/verify-wasm.mjs"
  }
}
