{
  "name": "extract-gmd",
  "version": "0.1.0",
  "private": true,
  "type": "module",
  "description": "GameMaker 5.3a .gmd extractor — port of LateralGM GmFileReader semantics. See decomp/TOOLS.md.",
  "bin": { "extract-gmd": "./cli.ts" },
  "scripts": {
    "extract": "tsx cli.ts extract",
    "verify": "tsx cli.ts verify",
    "test": "vitest run --exclude 'tests/integration/**'",
    "test:full": "vitest run",
    "test:integration": "vitest run tests/integration/",
    "build:fixtures": "tsx tests/fixtures/build-fixtures.ts"
  },
  "dependencies": {
    "sharp": "0.34.5"
  },
  "devDependencies": {
    "typescript": "5.6.3",
    "tsx": "4.21.0",
    "vitest": "4.1.5",
    "@types/node": "25.6.0"
  }
}
