UNPKG

tanstack

Version:

TanStack Player — A developer-first, universal Video Player SDK built on Video.js with headless hooks, plugin architecture, and React-first DX

34 lines (33 loc) 707 B
{ "name": "@tanstack-player/adapter-videojs", "version": "2.0.3", "description": "TanStack Player — Video.js adapter", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "files": ["dist"], "scripts": { "build": "tsup", "dev": "tsup --watch" }, "sideEffects": false, "license": "MIT", "dependencies": { "@tanstack-player/core": "*" }, "peerDependencies": { "video.js": ">=7.0.0" }, "devDependencies": { "tsup": "^8.0.0", "typescript": "^5.4.0", "video.js": "^8.0.0" } }