UNPKG

@interactive-video-labs/vue

Version:

Thin Vue wrapper for the @interactive-video-labs/core engine. Enables cue-based interactive video playback in Vue 3 applications.

61 lines 1.53 kB
{ "name": "@interactive-video-labs/vue", "version": "0.1.1", "type": "module", "description": "Thin Vue wrapper for the @interactive-video-labs/core engine. Enables cue-based interactive video playback in Vue 3 applications.", "main": "dist/index.cjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "files": [ "dist" ], "keywords": [ "interactive-video", "vue", "vue3", "vue-component", "typescript", "video-player", "cue-points", "interactive-learning", "vue-wrapper" ], "author": "Taj", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/interactive-video-labs/interactive-video-vue-wrapper.git" }, "homepage": "https://github.com/interactive-video-labs/interactive-video-vue-wrapper#readme", "bugs": { "url": "https://github.com/interactive-video-labs/interactive-video-vue-wrapper/issues" }, "publishConfig": { "access": "public" }, "peerDependencies": { "@interactive-video-labs/core": "^0.1.2", "vue": "^3.0.0" }, "devDependencies": { "@vitejs/plugin-vue": "^5.2.4", "@vue/test-utils": "^2.4.6", "jsdom": "^26.1.0", "tsup": "^8.5.0", "typescript": "^5.9.2", "vitest": "^1.6.1" }, "scripts": { "build": "tsup", "dev": "tsup --watch", "test": "vitest run", "clean": "rm -rf dist" } }