{ "name": "@jambonz/node-client", "version": "0.4.11", "description": "Node.js client for building jambonz applications (jambonz.org)", "main": "lib/index.js", "scripts": { "test": "NODE_ENV=test node test/ ", "coverage": "./node_modules/.bin/nyc --reporter html --report-dir ./coverage npm run test", "jslint": "eslint lib" }, "author": "Dave Horton", "repository": { "type": "git", "url": "git@github.com:jambonz/jambonz-node.git" }, "license": "MIT", "dependencies": { "@jambonz/verb-specifications": "^0.0.121", "ajv": "^8.12.0", "ajv-formats": "^2.1.1", "bent": "^7.3.12", "debug": "^4.3.4", "parseurl": "^1.3.3" }, "devDependencies": { "eslint": "^8.20.0", "eslint-plugin-promise": "^6.0.0", "nyc": "^15.1.0", "tape": "^5.7.5" }, "optionalDependencies": { "bufferutil": "^4.0.6", "utf-8-validate": "^5.0.8" } }