-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
executable file
·43 lines (43 loc) · 1.12 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "@angular/youtube-player",
"version": "19.1.0-next.3",
"description": "Angular YouTube Player",
"repository": {
"type": "git",
"url": "https://github.com/angular/components.git"
},
"keywords": [
"angular",
"components",
"youtube"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/angular/components/issues"
},
"homepage": "https://github.com/angular/components/tree/main/src/youtube-player#readme",
"dependencies": {
"@types/youtube": "^0.1.0",
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/core": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",
"@angular/common": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",
"rxjs": "^6.5.3 || ^7.4.0"
},
"sideEffects": false,
"schematics": "./schematics/collection.json",
"ng-update": {},
"module": "./fesm2022/youtube-player.mjs",
"typings": "./index.d.ts",
"type": "module",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/youtube-player.mjs"
}
}
}