UNPKG

@babblevoice/projectrtp

Version:
59 lines (58 loc) 2.09 kB
{ "name": "@babblevoice/projectrtp", "version": "3.2.5", "description": "A scalable Node addon RTP server", "main": "index.js", "directories": { "example": "examples", "lib": "lib", "test": "test" }, "scripts": { "test": "./node_modules/mocha/bin/_mocha test/interface/*.js test/unit/*.js --check-leaks --exit", "build": "cd rust && cargo build --release && mkdir -p ../build/Release && cp target/release/libprojectrtp.so ../build/Release/projectrtp.node", "build:dev": "cd rust && cargo build && mkdir -p ../build/Debug && cp target/debug/libprojectrtp.so ../build/Debug/projectrtp.node", "clean": "cd rust && cargo clean", "rust:check": "cd rust && cargo check --all-targets", "rust:fmt": "cd rust && cargo fmt --all -- --check", "rust:clippy": "cd rust && cargo clippy --all-targets -- -D warnings", "rust:test": "cd rust && cargo test --lib", "rust:test:release": "cd rust && cargo test --lib --release", "github:check": "node test/basictests.js; npm update; ./node_modules/mocha/bin/_mocha test/interface/*.js test/unit/*.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": "node stress/index.js" }, "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": { "uuid": "^14.0.0" }, "keywords": [ "RTP", "SIP", "Node", "WebRTC" ], "devDependencies": { "@eslint/js": "^10.0.1", "@types/chai": "^4.3.20", "@types/mocha": "^10.0.1", "@types/node": "^25.9.1", "chai": "^4.3.7", "eslint": "^10.4.1", "fft-js": "^0.0.12", "globals": "^17.6.0", "jsdoc": "^4.0.0", "mocha": "^11.7.6", "nodeplotlib": "^0.7.7" } }