UNPKG

drachtio-modesl

Version:

FreeSWITCH ESL Node.js Implementation

44 lines (43 loc) 926 B
{ "name": "drachtio-modesl", "version": "2.0.1", "description": "FreeSWITCH ESL Node.js Implementation", "keywords": [ "freeswitch", "api", "wrapper", "esl", "event", "socket", "library" ], "bugs": "https://github.com/davehorton/node-esl/issues", "repository": { "type": "git", "url": "https://github.com/davehorton/node-esl.git" }, "license": "(MPL-2.0 OR MIT)", "main": "lib/index", "dependencies": { "eventemitter2": "^6.4.4", "xml2js": "^0.6.2" }, "devDependencies": { "chai": "^4.5.0", "eslint": "^9.39.4", "eslint-plugin-promise": "^7.2.1", "mocha": "^11.3.0", "sinon": "^21.0.3", "sinon-chai": "^3.7.0" }, "scripts": { "test": "mocha --require ./test/fixtures/common --recursive test/", "lint": "eslint lib/" }, "engines": { "node": ">=22" }, "overrides": { "serialize-javascript": "^7.0.4" } }