{
  "version": "0.1.1",
  "license": "MIT",
  "name": "@100mslive/hms-noise-cancellation",
  "author": "100ms",
  "module": "dist/index.js",
  "main": "dist/index.cjs.js",
  "typings": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/100mslive/web-sdks.git",
    "directory": "packages/hms-noise-cancellation"
  },
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "@100mslive/hms-video-store": ">= 0.11.3"
  },
  "devDependencies": {
    "@100mslive/hms-video-store": "0.12.3-alpha.6",
    "@typescript-eslint/eslint-plugin": "^6.21.0",
    "@typescript-eslint/parser": "^6.21.0",
    "esbuild": "^0.25.0",
    "eslint": "^8.56.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-prettier": "^5.1.3",
    "eslint-plugin-simple-import-sort": "^12.0.0",
    "prettier": "^3.2.5",
    "tslib": "^2.6.2",
    "typescript": "~4.7.4"
  },
  "resolutions": {
    "minimatch": "^5.1.6",
    "brace-expansion": "^2.0.3"
  },
  "scripts": {
    "start": "concurrently \"yarn dev\" \"yarn types\"",
    "dev": "node ./scripts/dev",
    "build:only": "node ./scripts/build",
    "build": "yarn build:only && yarn types:build",
    "types": "tsc -w",
    "types:build": "tsc -p tsconfig.json",
    "lint": "eslint .",
    "lint:fix": "yarn lint --fix",
    "prepare": "yarn build",
    "size": "size-limit",
    "analyze": "size-limit --why",
    "format": "prettier --write src/**/*.ts"
  }
}
