{ "name": "@videojs/react", "type": "module", "version": "0.1.0-alpha.1", "description": "React library for building media players", "license": "Apache-2.0", "keywords": [ "media", "player", "react", "components", "hooks", "videojs" ], "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsdown", "build:watch": "tsdown --watch ./src", "dev": "pnpm run build:watch", "test": "vitest run", "test:watch": "vitest", "clean": "rm -rf dist types" }, "peerDependencies": { "react": ">=16.8.0" }, "dependencies": { "@videojs/core": "workspace:*", "@videojs/store": "workspace:*", "@videojs/utils": "workspace:*" }, "devDependencies": { "@testing-library/react": "^16.3.0", "@types/react": "^19.2.7", "jsdom": "^26.1.0", "react": "^19.2.1", "react-dom": "^19.2.1", "tsdown": "^0.15.9", "typescript": "^5.9.3", "vitest": "^3.2.4" }, "publishConfig": { "access": "public" } }