{
  "name": "z80-testing-library",
  "version": "0.7.0",
  "description": "Headless Z80 unit testing library with pluggable platform adapters",
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "test": "vitest run",
    "test:watch": "vitest",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "msx",
    "z80",
    "unit-test",
    "sdcc",
    "emulator",
    "retro"
  ],
  "author": "Rafael Jannone <jannone@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/jannone/z80-testing-library"
  },
  "devDependencies": {
    "@types/node": "^25.6.0",
    "typescript": "^5.7.0",
    "vitest": "^3.0.0"
  },
  "dependencies": {
    "z80-emulator": "^2.3.0"
  }
}
