@glomex/integration-web-component
Version:
Web component and types to integrate the glomex player
42 lines (41 loc) • 1.04 kB
JSON
{
"name": "@glomex/integration-web-component",
"version": "1.1329.0",
"description": "Web component and types to integrate the glomex player",
"documentation": "https://docs.glomex.com",
"homepage": "https://glomex.com",
"keywords": [
"glomex",
"video",
"player",
"streaming",
"media-player",
"web-player",
"web-component",
"custom-element"
],
"type": "module",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"files": [
"build/**/*.js",
"build/**/*.d.ts"
],
"scripts": {
"prepare": "npm run build",
"build": "rm -rf build && tsc --build && rslib build",
"lint": "tsc --build && biome ci",
"watch": "tsc --build && rslib build --watch"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@glomex/integration": "^1.1329.0",
"@microsoft/api-extractor": "^7.52.8",
"@rslib/core": "^0.8.0",
"typescript": "^5.8.3"
},
"publishConfig": {
"access": "public"
},
"gitHead": "1b4a2ae7e663978f5561c14bc33be16d9be68cf4"
}