tanstack
Version:
TanStack Player — A developer-first, universal Video Player SDK built on Video.js with headless hooks, plugin architecture, and React-first DX
30 lines (29 loc) • 625 B
JSON
{
"name": "@tanstack-player/plugin-bookmark",
"version": "2.0.3",
"description": "TanStack Player — Bookmark plugin",
"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": "*"
},
"devDependencies": {
"tsup": "^8.0.0",
"typescript": "^5.4.0"
}
}