@glomex/integration-react
Version:
React component to integrate the glomex player
47 lines (46 loc) • 1.06 kB
JSON
{
"name": "@glomex/integration-react",
"version": "1.1379.2",
"description": "React component to integrate the glomex player",
"documentation": "https://docs.glomex.com",
"homepage": "https://glomex.com",
"keywords": [
"glomex",
"video",
"player",
"streaming",
"media-player",
"web-player",
"react"
],
"type": "module",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"files": [
"LICENSE.md",
"build/**/*.js",
"build/**/*.d.ts"
],
"scripts": {
"prepare": "tsc --build --force",
"build": "rm -rf build && tsc --build",
"lint": "tsc --noEmit && biome ci",
"watch": "tsc --build --watch"
},
"dependencies": {
"@glomex/integration-web-component": "^1.1379.2"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"typescript": "^5.8.3"
},
"publishConfig": {
"access": "public"
},
"license": "MIT",
"gitHead": "ae93eaa1388c6c362b71565911a4d83293bbb5be"
}