spectatr-player-sdk
Version:
A custom video player built with Stencil with Shaka Player integration
69 lines (68 loc) • 1.84 kB
JSON
{
"name": "spectatr-player-sdk",
"version": "2.2.0",
"description": "A custom video player built with Stencil with Shaka Player integration",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"unpkg": "dist/spectatr-player-sdk/spectatr-player-sdk.js",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs.js",
"types": "./dist/types/index.d.ts"
},
"./loader": {
"import": "./loader/index.js",
"require": "./loader/index.cjs.js",
"types": "./loader/index.d.ts"
}
},
"files": [
"dist/",
"loader/"
],
"scripts": {
"build": "stencil build --docs",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate",
"prepare": "npm run build",
"prepublishOnly": "npm test"
},
"repository": {
"type": "git",
"url": "https://github.com/your-username/spectatr-player-sdk.git"
},
"keywords": [
"video",
"player",
"stencil",
"webcomponent",
"shaka-player",
"hls",
"dash"
],
"author": "Your Name <your.email@example.com>",
"license": "MIT",
"dependencies": {
"posthog-js": "^1.268.9",
"shaka-player": "^4.15.5"
},
"peerDependencies": {
"@stencil/core": "^4.27.1"
},
"devDependencies": {
"@stencil/core": "^4.35.3",
"@types/jest": "^29.5.14",
"@types/node": "^22.13.5",
"@types/video.js": "^7.3.58",
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
"jest-environment-node": "^30.0.4",
"jest-runner": "^30.0.4",
"puppeteer": "^24.3.0"
}
}