{
  "name": "dosemu",
  "version": "1.3.4",
  "description": "A toolkit to emulate the old DOS VGA graphics look and feel for retro games, running in a modern Canvas HTML5 element",
  "type": "module",
  "main": "index.js",
  "directories": {
    "example": "examples"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "postinstall": "cd tools/midiconv && npm install && cd ../spriteconv && npm install"
  },
  "bin": {
    "spriteconv": "./tools/spriteconv/spriteconv.js",
    "midiconv": "./tools/midiconv/midiconv.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bog2k3/dosemu.git"
  },
  "keywords": [
    "dos",
    "vga",
    "game",
    "graphics"
  ],
  "author": {
    "name": "Bogdan Ionita",
    "email": "bog2k3@gmail.com"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/bog2k3/dosemu/issues"
  },
  "homepage": "https://github.com/bog2k3/dosemu#readme"
}
