bria
Version:
CounterPath Bria Desktop API for Node.js
48 lines • 1.24 kB
JSON
{
"name": "bria",
"version": "1.1.0",
"description": "CounterPath Bria Desktop API for Node.js",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/relative/node-bria.git"
},
"keywords": [
"bria",
"counterpath",
"alianza",
"voip"
],
"author": "relative <hi@relative.im>",
"license": "LGPL-3.0-only",
"bugs": {
"url": "https://github.com/relative/node-bria/issues"
},
"homepage": "https://github.com/relative/node-bria#readme",
"devDependencies": {
"@types/node": "17.0.13",
"@types/semver": "7.3.9",
"@types/uuid": "8.3.4",
"@types/ws": "8.2.2",
"@typescript-eslint/eslint-plugin": "5.10.1",
"@typescript-eslint/parser": "5.10.1",
"eslint": "8.8.0",
"eslint-config-prettier": "8.3.0",
"typedoc": "0.22.11",
"typedoc-plugin-eventemitter3": "0.22.0",
"typedoc-plugin-missing-exports": "0.22.6",
"typescript": "4.5.5"
},
"dependencies": {
"eventemitter3": "4.0.7",
"semver": "7.3.5",
"sxml": "1.0.4",
"uuid": "8.3.2",
"ws": "8.4.2"
},
"scripts": {
"lint": "eslint src/ --ext .ts",
"build": "tsc -p ./tsconfig.json",
"docs": "typedoc --options ./typedoc.json"
}
}