UNPKG

@zezosoft/zezo-ott-api-client

Version:

The official TypeScript SDK for Zezo OTT API. Easily integrate Zezo OTT into your applications with a powerful, developer-friendly package for video streaming, authentication, payments, and more.

62 lines (61 loc) 1.68 kB
{ "name": "@zezosoft/zezo-ott-api-client", "version": "0.2.1", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "type": "module", "scripts": { "build": "pnpm exec rollup -c --bundleConfigAsCjs", "dev": "pnpm exec rollup -c -w --bundleConfigAsCjs", "watch": "nodemon -e js,ts,tsx,css --exec 'yalc push'", "prepare": "pnpm run build" }, "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/Zezo-Soft/zezo-ott-api-client.git" }, "keywords": [ "OTT", "ZezoOTT", "Zezo", "Zezosoft", "streaming", "OTT API", "video streaming", "TypeScript SDK", "Node.js API client", "Zezo OTT integration", "video management", "streaming API", "Zezo OTT SDK", "media platform" ], "author": "Pukhraj Dhamu", "license": "MIT", "description": "The official TypeScript SDK for Zezo OTT API. Easily integrate Zezo OTT into your applications with a powerful, developer-friendly package for video streaming, authentication, payments, and more.", "devDependencies": { "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.2", "@types/qs": "^6.9.18", "axios": "^1.13.5", "rollup": "^4.36.0", "rollup-plugin-dts": "^6.1.1", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-preserve-directives": "^1.1.3", "tslib": "^2.8.1" }, "peerDependencies": { "axios": "^1.13.5", "qs": "^6.14.0" }, "dependencies": { "qs": "^6.14.0" } }