@interactive-video-labs/angular
Version:
Thin Angular wrapper for the @interactive-video-labs/core engine. Enables cue-based interactive video playback in Angular applications.
68 lines • 1.99 kB
JSON
{
"name": "@interactive-video-labs/angular",
"version": "0.0.1",
"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",
"interactive-learning",
"angular-wrapper"
],
"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": "^15.0.0 || ^16.0.0 || ^17.0.0",
"@angular/core": "^15.0.0 || ^16.0.0 || ^17.0.0",
"@interactive-video-labs/core": "^0.1.2"
},
"dependencies": {
"tslib": "^2.8.1"
},
"devDependencies": {
"@analogjs/vite-plugin-angular": "^1.19.4",
"@angular-devkit/build-angular": "^20.1.5",
"@angular/common": "^20.1.6",
"@angular/compiler": "^20.1.6",
"@angular/compiler-cli": "^20.1.6",
"@angular/core": "^20.1.6",
"@angular/platform-browser": "^20.1.6",
"@angular/platform-browser-dynamic": "^20.1.6",
"jsdom": "^26.1.0",
"tsup": "^8.5.0",
"typescript": "^5.9.2",
"vitest": "^3.2.4",
"zone.js": "^0.15.1"
},
"scripts": {
"build": "tsup src/index.ts --format esm,cjs --dts",
"dev": "tsup src/index.ts --watch --format esm,cjs",
"test": "vitest run",
"clean": "rm -rf dist"
}
}