{ "name": "@vjs-10/playback-engine", "type": "module", "version": "0.1.0", "description": "Common media playback engine utilities and contracts supporting various streaming protocols", "license": "Apache-2.0", "keywords": [ "media", "playback", "engine", "hls", "dash", "streaming" ], "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 --silent", "dev": "pnpm run build:watch", "test": "echo \"No tests yet\"", "clean": "rm -rf dist" }, "dependencies": { "hls.js": "^1.6.7" }, "devDependencies": { "tsdown": "^0.15.4", "typescript": "^5.9.2" }, "publishConfig": { "access": "public" } }