{
  "name": "romdev-platform-snes",
  "version": "0.11.0",
  "description": "SNES binaries for romdev: snes9x emulator core + asar / tcc816 / wla-dx (wla-65816 + wlalink) toolchains (WASM). These ship together because nothing else uses them.",
  "type": "module",
  "main": "index.js",
  "exports": {
    ".": "./index.js",
    "./wasm/*": "./wasm/*"
  },
  "files": [
    "index.js",
    "wasm",
    "README.md"
  ],
  "engines": {
    "node": ">=24"
  },
  "license": "SEE LICENSE IN README.md",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/monteslu/romdev.git",
    "directory": "packages/romdev-platform-snes"
  },
  "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"
  }
}
