{
  "name": "build-and-watch",
  "version": "0.1.1",
  "description": "tool to augments GBDK and streamline your Gameboy Color Development workflow so you can actually get things done",
  "main": "lib/index.js",
  "preferGlobal": true,
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "buildandwatch": "./bin/buildandwatch.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rob2d/gameboy-rom-editor-env.git"
  },
  "keywords": [
    "GameboyColor",
    "ROMs",
    "Editing",
    "Emulation",
    "Gameboy",
    "Retro",
    "Oldskool",
    "GBDK"
  ],
  "author": "Robert Concepcion III",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rob2d/game-and-watch/issues"
  },
  "homepage": "https://github.com/rob2d/game-and-watch#readme",
  "dependencies": {
    "colors": "^1.1.2",
    "copy-dir": "^0.3.0",
    "fs-extra": "^5.0.0",
    "mkdirp": "^0.5.1",
    "node-notifier": "^5.1.2",
    "promise-serial": "^0.1.5",
    "recursive-readdir-sync": "^1.0.6",
    "yargs": "^10.0.3"
  }
}
