{
  "name": "@shiguredo/noise-suppression",
  "version": "2025.1.0",
  "description": "Noise Suppression Library",
  "author": "Shiguredo Inc.",
  "license": "Apache-2.0",
  "type": "module",
  "main": "dist/noise_suppression.js",
  "module": "dist/noise_suppression.js",
  "exports": {
    ".": {
      "import": "./dist/noise_suppression.js",
      "types": "./dist/noise_suppression.d.ts"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shiguredo/media-processors.git"
  },
  "keywords": [
    "noise-suppression"
  ],
  "bugs": {
    "url": "https://discord.gg/shiguredo"
  },
  "homepage": "https://github.com/shiguredo/media-processors#readme",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@shiguredo/rnnoise-wasm": "2025.1.5"
  },
  "scripts": {
    "build": "vite build",
    "lint": "biome lint ./src",
    "fmt": "biome format --write src",
    "doc": "typedoc"
  }
}