{
  "name": "@seydx/sound-detection",
  "version": "1.0.5",
  "description": "Library to detect sudden noises above ambient from a network stream such as an IP Webcam or network microphone. ",
  "author": "seydx",
  "readme": "README.md",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/seydx/sound-detection.git"
  },
  "dependencies": {
    "async": "3.2.3",
    "chai": "4.3.6",
    "compute-incrmmean": "^1.0.2",
    "compute-qmean": "^2.0.0",
    "underscore": "^1.13.3"
  },
  "devDependencies": {
    "@babel/core": "7.18.0",
    "@babel/eslint-parser": "7.17.0",
    "@babel/eslint-plugin": "7.17.7",
    "concurrently": "7.2.1",
    "eslint": "^8.16.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-unicorn": "^42.0.0",
    "prettier": "^2.6.2"
  },
  "scripts": {
    "lint": "eslint --fix .",
    "prepublishOnly": "npm i --package-lock-only && npm run lint"
  },
  "keywords": [
    "babymonitor",
    "audio",
    "noise",
    "decibel",
    "detection",
    "sound",
    "camera.ui"
  ],
  "license": "MIT"
}
