{
  "name": "@patleeman/pi-boy",
  "version": "0.1.1",
  "type": "module",
  "description": "pi-boy: embedded Game Boy emulator inside pi",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/patleeman/pi-boy.git"
  },
  "homepage": "https://github.com/patleeman/pi-boy",
  "bugs": {
    "url": "https://github.com/patleeman/pi-boy/issues"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "gameboy",
    "emulator",
    "terminal"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "build:mgba": "./mgba-bridge/build.sh",
    "test": "node --import tsx --test test/*.test.js tests/**/*.test.ts",
    "test:smoke": "node --import tsx --test tests/mgba.smoke.test.ts"
  },
  "pi": {
    "extensions": [
      "./src/extension.ts"
    ]
  },
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": "*",
    "@mariozechner/pi-tui": "*"
  },
  "dependencies": {
    "@mastra/node-speaker": "^0.1.0",
    "pngjs": "^7.0.0",
    "speaker": "^0.5.5"
  },
  "devDependencies": {
    "@types/node": "^22.19.15",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3"
  }
}
