{
  "name": "@audc/drachtio-srf",
  "version": "5.0.14",
  "description": "drachtio signaling resource framework",
  "main": "lib/srf.js",
  "types": "lib/@types/index.d.ts",
  "scripts": {
    "test": "NODE_ENV=test node test/ ",
    "coverage": "./node_modules/.bin/nyc --reporter html --report-dir ./coverage npm run test",
    "unittests": "./node_modules/.bin/mocha ./test/unit-tests/",
    "lint": "eslint lib"
  },
  "engines": {
    "node": ">= 18.x"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/drachtio/drachtio-srf.git"
  },
  "author": "Dave Horton",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/drachtio/drachtio-srf/issues"
  },
  "homepage": "https://github.com/drachtio/drachtio-srf#readme",
  "dependencies": {
    "debug": "^3.2.7",
    "delegates": "^0.1.0",
    "node-noop": "^0.0.1",
    "only": "^0.0.2",
    "sdp-transform": "^2.15.0",
    "short-uuid": "^4.2.2",
    "sip-methods": "^0.3.0",
    "sip-status": "^0.1.0",
    "utils-merge": "^1.0.0",
    "uuid-random": "^1.3.2"
  },
  "devDependencies": {
    "@eslint/js": "^9.38.0",
    "@stylistic/eslint-plugin": "^5.5.0",
    "@types/node": "^22.18.12",
    "config": "^3.3.7",
    "eslint": "^9.38.0",
    "eslint-plugin-promise": "^7.2.1",
    "globals": "^16.4.0",
    "mocha": "^9.2.2",
    "nyc": "^15.1.0",
    "should": "^13.2.3",
    "sip-message-examples": "^0.0.6",
    "tape": "^5.7.3",
    "typescript": "^5.9.3"
  }
}
