{
  "name": "mmrs",
  "version": "1.0.6",
  "description": "Node script to generate MMRS files from ZSEQ",
  "main": "index.js",
  "bin": {
    "create": "index.js"
  },
  "scripts": {
    "mmrs": "./index.js",
    "create": "./index.js",
    "test": ""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Oceanity/mmrs.git"
  },
  "keywords": [
    "MMR",
    "Randomizer",
    "Music"
  ],
  "author": "Oceanity",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Oceanity/mmrs/issues"
  },
  "homepage": "https://github.com/Oceanity/mmrs#readme",
  "dependencies": {
    "adm-zip": "^0.5.3"
  }
}
