UNPKG

@babblevoice/babble-drachtio-callmanager

Version:
48 lines (47 loc) 1.3 kB
{ "name": "@babblevoice/babble-drachtio-callmanager", "version": "3.8.0", "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", "@babblevoice/projectrtp": "^3.2.2", "drachtio-srf": "^4.4.47", "uuid": "^8.3.2" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.48.2", "chai": "^4.3.6", "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": "^11.7.4", "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" } }