mirror of https://github.com/OpenVidu/openvidu.git
37 lines
1.0 KiB
JSON
37 lines
1.0 KiB
JSON
{
|
|
"author": "OpenVidu",
|
|
"dependencies": {
|
|
"axios": "1.13.2",
|
|
"buffer": "6.0.3"
|
|
},
|
|
"description": "OpenVidu Node Client",
|
|
"devDependencies": {
|
|
"@eslint/js": "9.39.1",
|
|
"@types/node": "24.10.1",
|
|
"eslint": "9.39.1",
|
|
"eslint-import-resolver-typescript": "4.4.4",
|
|
"eslint-plugin-import": "2.32.0",
|
|
"eslint-plugin-jsdoc": "61.3.0",
|
|
"prettier": "3.6.2",
|
|
"ts-node": "10.9.2",
|
|
"typedoc": "0.28.14",
|
|
"typescript": "5.9.3",
|
|
"typescript-eslint": "8.47.0"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"main": "lib/index.js",
|
|
"name": "openvidu-node-client",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/OpenVidu/openvidu"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run lint && npm run beautify && ./node_modules/typescript/bin/tsc",
|
|
"docs": "./generate-docs.sh",
|
|
"lint": "eslint \"src/**/*.ts\"",
|
|
"beautify": "prettier --write ."
|
|
},
|
|
"typings": "lib/index.d.ts",
|
|
"version": "2.32.1"
|
|
}
|