{
  "$schema": "https://json.schemastore.org/package.json",
  "name": "@logue/sf2synth",
  "version": "0.7.2",
  "type": "module",
  "description": "SoundFont2 Synthesizer",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/logue/sf2synth.js.git"
  },
  "keywords": [
    "midi",
    "WebMidiLink",
    "wml",
    "sf2",
    "soundfont",
    "synthesizer",
    "webaudio",
    "gm",
    "xg",
    "gs"
  ],
  "author": {
    "name": "imaya / GREE Inc.",
    "url": "https://github.com/gree"
  },
  "contributors": [
    {
      "name": "Logue",
      "email": "logue@hotmail.co.jp",
      "url": "https://logue.dev"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/logue/sf2synth.js/issues"
  },
  "homepage": "https://github.com/logue/sf2synth.js",
  "files": [
    "dist"
  ],
  "main": "dist/sf2synth.umd.js",
  "module": "dist/sf2synth.es.js",
  "jsdelivr": "dist/sf2synth.iife.js",
  "unpkg": "dist/sf2synth.iife.js",
  "style": "dist/style.css",
  "exports": {
    ".": {
      "import": "./dist/sf2synth.es.js",
      "style": "./dist/style.css"
    },
    "./dist/style.css": {
      "import": "./dist/style.css",
      "require": "./dist/style.css"
    },
    "./dist/Yamaha XG Sound Set.sf2": "./dist/Yamaha XG Sound Set.sf2",
    "./dist/SoundFont Copyright.txt": "./dist/SoundFont Copyright.txt",
    "./dist/A320U.sf2": "./dist/A320U.sf2",
    "./dist/A320U-license.txt": "./dist/A320U-license.txt"
  },
  "engines": {
    "node": ">=22.7.4",
    "pnpm": ">=10.3.0"
  },
  "packageManager": "pnpm@10.5.2",
  "scripts": {
    "dev": "vite",
    "clean": "rimraf node_modules/.vite",
    "build": "vite build",
    "build:docs": "vite build --mode=docs",
    "build:clean": "rimraf dist",
    "lint": "eslint . --fix --cache --cache-location ./node_modules/.vite/vite-plugin-eslint && prettier . --write",
    "lint:style": "stylelint \"./**/*.{css,sass,scss}\" --fix --cache-location ./node_modules/.vite/vite-plugin-stylelint",
    "preview": "vite preview --mode=docs",
    "prepare": "husky"
  },
  "dependencies": {
    "@logue/reverb": "^1.3.15",
    "bootstrap": "^5.3.3"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3.3.0",
    "@eslint/js": "^9.21.0",
    "@types/node": "^22.13.8",
    "@types/webmidi": "^2.1.0",
    "eslint": "^9.21.0",
    "eslint-config-prettier": "^10.0.2",
    "eslint-import-resolver-alias": "^1.1.2",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-prettier": "^5.2.3",
    "globals": "^16.0.0",
    "husky": "^9.1.7",
    "lint-staged": "^15.4.3",
    "prettier": "^3.5.2",
    "query-string": "^9.1.1",
    "rimraf": "^6.0.1",
    "sass": "1.85.1",
    "stylelint": "^16.15.0",
    "stylelint-config-recommended-scss": "^14.1.0",
    "stylelint-order": "^6.0.4",
    "stylelint-prettier": "^5.0.3",
    "vite": "^6.2.0",
    "vite-plugin-banner": "^0.8.0",
    "vite-plugin-checker": "^0.9.0"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.{js,ts,json,htm,html,md}": "eslint . --fix --cache --cache-location ./node_modules/.vite/vite-plugin-eslint",
    "*.{css,sass,scss,htm,html}": "stylelint --fix --cache --cache-location ./node_modules/.vite/vite-plugin-stylelint",
    "*": "prettier -w -u"
  },
  "resolutions": {
    "json5": ">=2.2.3",
    "yaml": ">=2.3.2"
  },
  "pnpm": {
    "onlyBuiltDependencies": [
      "@parcel/watcher",
      "esbuild"
    ]
  }
}
