{ "name": "@vjs-10/react-media-store", "version": "0.1.0", "description": "React-specific media store integration with hooks and context", "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", "store", "state", "react", "hooks", "context" ], "license": "Apache-2.0", "dependencies": { "@vjs-10/media-store": "*" }, "peerDependencies": { "react": ">=16.8.0" }, "devDependencies": { "typescript": "^5.9.2", "@types/react": "^18.0.0", "react": "^18.0.0" }, "publishConfig": { "access": "public" } }