{
  "name": "romdev_game_codes",
  "version": "0.1.0",
  "description": "Bundled game-code/cheat database for romdev — a pre-parsed per-platform labeled RAM/code map (libretro-database lineage), lazy-loaded one platform at a time.",
  "type": "module",
  "main": "index.js",
  "exports": {
    ".": "./index.js",
    "./index/*": "./index/*"
  },
  "files": [
    "index.js",
    "index",
    "README.md"
  ],
  "engines": {
    "node": ">=24"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/monteslu/romdev.git",
    "directory": "packages/romdev_game_codes"
  },
  "homepage": "https://github.com/monteslu/romdev#readme",
  "bugs": {
    "url": "https://github.com/monteslu/romdev/issues"
  },
  "author": "Luis Montes"
}
