{ "name": "@player.style/microvideo", "version": "0.0.7", "description": "This theme optimizes for shorter content that doesn't need the robust playback controls that longer content typically requires.", "author": "@muxinc", "license": "MIT", "homepage": "https://github.com/muxinc/player.style#readme", "bugs": { "url": "https://github.com/muxinc/player.style/issues" }, "repository": { "type": "git", "url": "git+https://github.com/muxinc/player.style.git", "directory": "themes/microvideo" }, "files": [ "dist" ], "type": "module", "main": "dist/media-theme.js", "exports": { ".": "./dist/media-theme.js", "./react": "./dist/react.js" }, "scripts": { "clean": "rimraf dist", "build": "build-theme" }, "peerDependencies": { "media-chrome": ">=1.0.0" }, "devDependencies": { "build-theme": "^0.0.4" } }