{
  "$schema": "https://json.schemastore.org/package.json",
  "name": "@logue/reverb",
  "version": "1.6.2",
  "description": "JavaScript Reverb effect class",
  "keywords": [
    "webaudio",
    "convolver",
    "effect",
    "reverb"
  ],
  "license": "MIT",
  "type": "module",
  "author": {
    "name": "Logue",
    "email": "logue@hotmail.co.jp",
    "url": "https://logue.dev/"
  },
  "homepage": "https://github.com/logue/Reverb.js",
  "repository": {
    "type": "git",
    "url": "git@github.com:logue/Reverb.js.git"
  },
  "bugs": {
    "url": "https://github.com/logue/Reverb.js/issues"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.es.js",
      "default": "./dist/index.es.js"
    },
    "./umd": {
      "default": "./dist/index.umd.js"
    },
    "./package.json": "./package.json"
  },
  "packageManager": "pnpm@11.18.0",
  "sideEffects": false,
  "scripts": {
    "dev": "rslib --watch",
    "dev:docs": "rsbuild",
    "lint": "run-s lint:*",
    "lint:rslint": "rslint .",
    "lint:biome": "biome check --write",
    "build": "rslib build",
    "build:docs": "rsbuild build",
    "preview": "rsbuild preview",
    "test": "rstest",
    "test:watch": "rstest --watch",
    "clean": "rimraf dist docs",
    "clean:hard": "rimraf dist node_modules/.tmp node_modules/.cache",
    "version": "auto-changelog -p && git add CHANGELOG.md"
  },
  "peerDependencies": {
    "@thi.ng/colored-noise": "^1",
    "@thi.ng/random": "^4",
    "@thi.ng/transducers": "^9.6.0"
  },
  "devDependencies": {
    "@biomejs/biome": "2.5.6",
    "@microsoft/api-extractor": "^7.58.12",
    "@rsbuild/core": "^2.1.9",
    "@rslib/core": "^0.23.2",
    "@rslint/core": "^0.7.2",
    "@rstest/adapter-rslib": "^0.11.5",
    "@rstest/core": "^0.11.5",
    "@tsconfig/node-lts": "^24.0.0",
    "@types/node": "^26.1.2",
    "@types/three": "^0.185.1",
    "husky": "^9.1.7",
    "lint-staged": "^17.2.0",
    "npm-run-all2": "^9.0.3",
    "rimraf": "^6.1.3",
    "three": "^0.185.1",
    "typescript": "^7.0.2"
  },
  "lint-staged": {
    "*": "pnpm lint"
  }
}
