{
  "name": "vgm-parser",
  "version": "0.12.0",
  "description": "VGM file parser",
  "main": "dist/index.js",
  "files": [
    "README.md",
    "package.json",
    "dist"
  ],
  "scripts": {
    "test": "jest",
    "prepare": "npm run clean && npm run build",
    "prepublishOnly": "npm run test",
    "clean": "rimraf dist",
    "build": "tsc",
    "build-demo": "webpack",
    "demo": "http-server ./demo -c-1",
    "typedoc": "typedoc"
  },
  "author": "Mitsutaka Okazaki",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://github.com/digital-sound-antiques/vgm-parser.git"
  },
  "dependencies": {
    "fflate": "^0.8.2",
    "util": "^0.12.1"
  },
  "devDependencies": {
    "@types/jest": "^29.0.3",
    "@types/node": "^18.0.0",
    "@typescript-eslint/eslint-plugin": "^7.0.1",
    "@typescript-eslint/parser": "^7.0.1",
    "eslint": "^8.56.0",
    "http-server": "^14.1.1",
    "jest": "^29.0.3",
    "prettier": "^3.2.5",
    "rimraf": "^5.0.5",
    "ts-jest": "^29.0.1",
    "typedoc": "^0.25.8",
    "typescript": "^5.3.3",
    "typescript-eslint": "^7.0.1",
    "webpack": "^5.74.0",
    "webpack-cli": "^5.1.0"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
