{
  "name": "s98-to-vgm",
  "version": "0.12.0",
  "description": "",
  "main": "dist/index.js",
  "bin": {
    "s98-to-vgm": "bin/s98_to_vgm.js",
    "vgm-to-s98": "bin/vgm_to_s98.js"
  },
  "files": [
    "README.md",
    "package.json",
    "dist",
    "bin"
  ],
  "scripts": {
    "prepare": "npm run clean && npm run build",
    "clean": "rm-cli -ss -r dist",
    "build": "tsc",
    "typedoc": "typedoc"
  },
  "author": "Mitsutaka Okazaki",
  "dependencies": {
    "command-line-args": "^5.1.1",
    "command-line-usage": "^6.1.0",
    "encoding-japanese": "^1.0.30",
    "util": "^0.12.3",
    "vgm-parser": "^0.8.6"
  },
  "devDependencies": {
    "@types/command-line-args": "^5.0.0",
    "@types/command-line-usage": "^5.0.1",
    "@types/encoding-japanese": "^1.0.15",
    "@types/jest": "^24.0.25",
    "@types/node": "^12.12.12",
    "prettier": "^1.19.1",
    "rm-cli": "^1.4.2",
    "tslint": "^5.20.1",
    "tslint-config-prettier": "^1.18.0",
    "tslint-plugin-prettier": "^2.0.1",
    "typedoc": "^0.15.2",
    "typescript": "^3.4.5"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/digital-sound-antiques/s98-to-vgm.git"
  },
  "keywords": [
    "s98",
    "vgm",
    "chiptune"
  ],
  "license": "MIT",
  "engines": {
    "node": ">=10.0.0"
  }
}
