{
  "name": "@babblevoice/babble-drachtio-callmanager",
  "version": "3.7.9",
  "description": "Call processing to create a PBX",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha --recursive --check-leaks",
    "docs": "jsdoc -c jsdoc.conf.json"
  },
  "author": "Nick Knight <nick@babblevoice.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tinpotnick/babble-drachtio-callmanager.git"
  },
  "keywords": [
    "sip",
    "drachtio",
    "auth",
    "registrar"
  ],
  "license": "MIT",
  "dependencies": {
    "@babblevoice/babble-drachtio-auth": "^1.0.2",
    "drachtio-srf": "^4.4.47",
    "uuid": "^8.3.2"
  },
  "optionalDependencies": {
    "@babblevoice/projectrtp": "^2.5.28"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^5.48.2",
    "eslint": "^8.32.0",
    "eslint-config-standard-with-typescript": "^30.0.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-n": "^15.6.1",
    "eslint-plugin-promise": "^6.1.1",
    "mocha": "^9.2.2",
    "chai": "^4.3.6",
    "typescript": "^4.9.4"
  },
  "bugs": {
    "url": "https://github.com/tinpotnick/babble-drachtio-callmanager/issues"
  },
  "homepage": "https://github.com/tinpotnick/babble-drachtio-callmanager#readme",
  "directories": {
    "lib": "lib",
    "test": "test"
  }
}
