UNPKG

@interactive-video-labs/angular

Version:

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

78 lines 2.31 kB
{ "name": "@interactive-video-labs/angular", "version": "0.2.0", "type": "module", "description": "Thin Angular wrapper for the @interactive-video-labs/core engine. Enables cue-based interactive video playback in Angular 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", "angular", "angular-component", "typescript", "video-player", "cue-points", "" ], "author": "Taj", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/interactive-video-labs/interactive-video-angular-wrapper.git" }, "homepage": "https://github.com/interactive-video-labs/interactive-video-angular-wrapper#readme", "bugs": { "url": "https://github.com/interactive-video-labs/interactive-video-angular-wrapper/issues" }, "peerDependencies": { "@angular/common": "~19.0.0 || ~19.2.0 || ~20.1.0 || ~20.2.0 || ~20.3.0", "@angular/core": "~19.0.0 || ~19.2.0 || ~20.1.0 || ~20.2.0 || ~20.3.0", "@interactive-video-labs/core": "^0.1.4" }, "dependencies": { "tslib": "^2.8.1" }, "devDependencies": { "prettier": "^3.6.2", "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.34.0", "@typescript-eslint/eslint-plugin": "^8.42.0", "@typescript-eslint/parser": "^8.42.0", "eslint": "^9.34.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-prettier": "^5.5.4", "@analogjs/vite-plugin-angular": "^1.19.4", "@angular-devkit/build-angular": "~20.2.0", "@angular/common": "~20.3.0", "@angular/compiler": "~20.3.0", "@angular/compiler-cli": "~20.3.0", "@angular/core": "~20.3.0", "@angular/platform-browser": "~20.3.0", "@angular/platform-browser-dynamic": "~20.3.0", "jsdom": "^27.0.0", "tsup": "^8.5.0", "typescript": "5.9.2", "vitest": "^3.2.4", "zone.js": "^0.15.1", "rimraf": "^6.0.0" }, "scripts": { "build": "tsup", "dev": "tsup --watch", "test": "vitest run", "clean": "rimraf dist", "lint": "eslint . --ext .ts", "format": "prettier --write ." } }