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

27 lines (26 loc) 561 B
{ "name": "@tanstack-player/core", "version": "2.0.3", "description": "TanStack Player — Headless core engine", "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", "devDependencies": { "tsup": "^8.0.0", "typescript": "^5.4.0" } }