UNPKG

video-player-lib

Version:

Custom HTML video player with advanced controls

27 lines (26 loc) 544 B
{ "name": "video-player-lib", "version": "1.1.2", "main": "index.js", "description": "Custom HTML video player with advanced controls", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "prepublish": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "video", "player", "html5", "custom-controls" ], "author": "Hany Saad hanysaadstd@gmail.com", "license": "MIT", "dependencies": { "typescript": "^5.7.3" }, "files": [ "dist/**/*" ] }