@ngx-telly/plugin-audios
Version:
Telly - Audio picker plugin
43 lines • 943 B
JSON
{
"name": "@ngx-telly/plugin-audios",
"version": "21.0.1",
"description": "Telly - Audio picker plugin",
"publishConfig": {
"access": "public"
},
"private": false,
"repository": {
"type": "git",
"url": "https://gitlab.com/gringo-go-go/ngx-telly"
},
"keywords": [
"angular",
"player",
"video",
"ngx-telly"
],
"author": {
"name": "Tom Stolarczuk"
},
"peerDependencies": {
"@angular/common": "^21.0.0",
"@angular/core": "^21.0.0",
"@ngx-telly/player": "^21.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2022/ngx-telly-plugin-audios.mjs",
"typings": "types/ngx-telly-plugin-audios.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./types/ngx-telly-plugin-audios.d.ts",
"default": "./fesm2022/ngx-telly-plugin-audios.mjs"
}
},
"type": "module"
}