kaltura-client
Version:
Kaltura NodeJS client library (new implementation)
40 lines (39 loc) • 876 B
JSON
{
"name": "kaltura-client",
"version": "22.18.0",
"description": "Kaltura NodeJS client library (new implementation)",
"main": "KalturaClient.js",
"scripts": {
"test": "./node_modules/.bin/mocha --timeout 60000"
},
"engines": {
"node": ">= 10.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/kaltura/KalturaGeneratedAPIClientsNodeJS"
},
"keywords": [
"Kaltura",
"API",
"clientlibs"
],
"author": {
"name": "Kaltura Community",
"email": "community@kaltura.com"
},
"license": "AGPLv3",
"bugs": {
"url": "https://github.com/kaltura/clients-generator/issues"
},
"dependencies": {
"axios": "^1.1.3",
"md5": "^2.3.0",
"path": "^0.12.7"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^9.1.4",
"shortid": "^2.2.8"
}
}