UNPKG

jessibuca

Version:
33 lines 902 B
{ "name": "jv4-demuxer", "version": "1.1.0", "description": "Jessibuca video demuxer", "type": "module", "main": "src/index.ts", "scripts": { "build": "tsc", "debug": "ts-node --project tsconfig.json src/debug-hls.ts", "cdp:mac": "/Applications/Google\\ Chrome.app/Contents/MacOS/Google\\ Chrome --remote-debugging-port=9222 --autoplay-policy=no-user-gesture-required", "serve": "vite --port 3000", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "afsm": "^2.2.3", "crypto-js": "^4.2.0", "eventemitter3": "^4.0.7", "oput": "^1.2.2" }, "devDependencies": { "typescript": "^5.0.0", "vite": "^4.4.9", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", "jest-environment-jsdom": "^29.7.0" } }