-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·44 lines (44 loc) · 1.18 KB
/
package.json
File metadata and controls
executable file
·44 lines (44 loc) · 1.18 KB
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
44
{
"name": "@angular/youtube-player",
"version": "22.0.0-next.4+sha-a49508b",
"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.2",
"tslib": "^2.3.0",
"safevalues": "^1.2.0"
},
"peerDependencies": {
"@angular/core": "^22.0.0-0 || ^22.1.0-0 || ^22.2.0-0 || ^22.3.0-0 || ^23.0.0-0",
"@angular/common": "^22.0.0-0 || ^22.1.0-0 || ^22.2.0-0 || ^22.3.0-0 || ^23.0.0-0",
"rxjs": "^6.5.3 || ^7.4.0"
},
"sideEffects": false,
"schematics": "./schematics/collection.json",
"ng-update": {},
"module": "./fesm2022/youtube-player.mjs",
"typings": "./types/youtube-player.d.ts",
"type": "module",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./types/youtube-player.d.ts",
"default": "./fesm2022/youtube-player.mjs"
}
}
}