{ "name": "@vjs-10/media-store", "version": "0.1.0", "description": "A state abstraction for media. Accepts state owners like a media state owner for sinks and sources of media state.", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "files": [ "dist" ], "scripts": { "build": "tsup", "test": "echo \"No tests yet\"", "clean": "rm -rf dist" }, "keywords": [ "media", "state", "video", "audio", "player" ], "license": "Apache-2.0", "dependencies": { "nanostores": "^1.0.1" }, "devDependencies": { "typescript": "^5.3.0" }, "publishConfig": { "access": "public" } }