{
  "name": "@babblevoice/projectrtp",
  "version": "2.6.0",
  "description": "A scalable Node addon RTP server",
  "main": "index.js",
  "directories": {
    "example": "examples",
    "lib": "lib",
    "test": "test"
  },
  "scripts": {
    "test": "ASAN_OPTIONS=$(cat asan.options) LD_PRELOAD=/usr/lib64/libasan.so.8 ./node_modules/mocha/bin/_mocha test/**/*.js --check-leaks",
    "github:check": "node test/basictests.js; npm update; ./node_modules/mocha/bin/_mocha test/**/*.js --check-leaks --exit",
    "check": "tsc --checkJs --noEmit --target es6 --module commonjs --skipLibCheck *.js test/**/*.js; ./node_modules/eslint/bin/eslint.js ./",
    "docs": "jsdoc -c jsdoc.conf.json ./README.md",
    "stress": "ASAN_OPTIONS=$(cat asan.options) LD_PRELOAD=/usr/lib64/libasan.so.8 node stress/index.js",
    "configure:dev": "node-gyp configure --build_type=dev",
    "configure": "node-gyp configure",
    "clean": "node-gyp clean",
    "build:dev": "node-gyp configure build --build_type=dev",
    "build": "node-gyp configure build",
    "rebuild": "node-gyp rebuild",
    "rebuild:dev": "node-gyp configure --build_type=dev; node-gyp rebuild --build_type=dev",
    "install": "node-gyp rebuild"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/babblevoice/projectrtp.git"
  },
  "author": "Nick Knight",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/babblevoice/projectrtp/issues"
  },
  "homepage": "https://github.com/babblevoice/projectrtp#readme",
  "dependencies": {
    "node-addon-api": "^8.2.2",
    "uuid": "^9.0.0"
  },
  "keywords": [
    "RTP",
    "SIP",
    "Node",
    "WebRTC"
  ],
  "devDependencies": {
    "@types/chai": "^4.3.4",
    "@types/mocha": "^10.0.1",
    "@types/node": "^12.20.55",
    "@types/uuid": "^9.0.0",
    "chai": "^4.3.7",
    "eslint": "^9.15.0",
    "fft-js": "^0.0.12",
    "jsdoc": "^4.0.0",
    "mocha": "^10.2.0",
    "nodeplotlib": "^0.7.7"
  }
}
