UNPKG

@glomex/integration-web-component

Version:

Web component and types to integrate the glomex player

47 lines (46 loc) 1.22 kB
{ "name": "@glomex/integration-web-component", "version": "1.1473.2", "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": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "LICENSE.md", "dist/**/*.js", "dist/**/*.d.ts" ], "scripts": { "prepack": "npm run build", "build": "rm -rf dist && npm-run-all --sequential \"build:ts --force\" build:rslib", "build:ts": "tsc --build", "build:rslib": "rslib build", "lint": "tsc --noEmit && biome ci", "watch": "npm-run-all --parallel \"build:* --watch\"" }, "devDependencies": { "@biomejs/biome": "catalog:", "@glomex/integration": "1.1473.2", "@microsoft/api-extractor": "catalog:", "@rslib/core": "catalog:", "npm-run-all": "catalog:", "typescript": "catalog:" }, "publishConfig": { "access": "public" }, "license": "MIT", "gitHead": "20c351cc40fab1bbdc7c268515f4a9df91753096" }