mirror of https://github.com/OpenVidu/openvidu.git
29 lines
742 B
JSON
29 lines
742 B
JSON
{
|
|
"author": "OpenVidu",
|
|
"dependencies": {
|
|
"axios": "1.7.1",
|
|
"buffer": "6.0.3"
|
|
},
|
|
"description": "OpenVidu Node Client V2 Compatibility",
|
|
"devDependencies": {
|
|
"@types/node": "20.12.12",
|
|
"ts-node": "10.9.2",
|
|
"tslint": "6.1.3",
|
|
"typedoc": "0.25.13",
|
|
"typescript": "5.4.5"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"main": "lib/index.js",
|
|
"name": "openvidu-node-client-v2compatibility",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/OpenVidu/openvidu"
|
|
},
|
|
"scripts": {
|
|
"build": "./node_modules/typescript/bin/tsc",
|
|
"docs": "./generate-docs.sh"
|
|
},
|
|
"typings": "lib/index.d.ts",
|
|
"version": "3.0.0-beta1"
|
|
}
|