UNPKG

@vonage/video

Version:

Package to interact with the Vonage Video API (Not OpenTok Compatible)

62 lines (61 loc) 1.44 kB
{ "$schema": "https://json.schemastore.org/package.json", "name": "@vonage/video", "version": "1.23.2", "description": "Package to interact with the Vonage Video API (Not OpenTok Compatible)", "keywords": [ "vonage", "video" ], "homepage": "https://developer.vonage.com", "bugs": { "url": "https://github.com/Vonage/vonage-node-sdk/issues" }, "repository": { "type": "git", "url": "git+https://github.com/Vonage/vonage-node-sdk.git" }, "license": "Apache-2.0", "contributors": [ { "name": "Chris Tankersley", "url": "https://github.com/dragonmantank" }, { "name": "Chuck \"MANCHUCK\" Reeves", "url": "https://github.com/manchuck" } ], "main": "dist/lib/index.js", "types": "dist/lib/index.d.ts", "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "/dist" ], "scripts": { "build": "npm run clean && npm run compile", "clean": "npx shx rm -rf dist tsconfig.tsbuildinfo", "compile": "npx tsc --build --verbose", "prepublishOnly": "npm run build" }, "dependencies": { "@vonage/auth": "^1.12.0", "@vonage/jwt": "^1.11.0", "@vonage/server-client": "^1.17.0", "@vonage/vetch": "^1.8.0" }, "devDependencies": { "jsonwebtoken": "^9.0.2", "nock": "^13.3.4" }, "engines": { "node": ">=20" }, "engineStrict": true, "publishConfig": { "directory": "dist" } }