{
  "name": "QontrolleR",
  "version": "1.0.0",
  "license": "MIT",
  "scripts": {
    "start": "parcel index.html",
    "build": "parcel build index.html",
    "postbuild": "cp -r main.rom dist/"
  },
  "dependencies": {
    "jsnes": "^1.2.1",
    "parcel": "^2.13.3"
  }
}