-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.02 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.02 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
{
"name": "youtube-iframe-api-module",
"version": "1.1.3",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"browser": "dist/index.js",
"module": "dist/index.js",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js"
}
},
"scripts": {
"build": "tsc",
"test": "jest"
},
"devDependencies": {
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.8.0",
"@types/jest": "^30.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.4.2",
"typescript": "^5.9.2"
},
"keywords": [
"youtube",
"iframe-api",
"youtube-api",
"typescript",
"esm",
"browser",
"npm-package",
"video-player",
"youtube-player",
"youtube-wrapper"
],
"author": "Serhan Coşkun",
"license": "ISC",
"description": "A lightweight TypeScript and JavaScript wrapper for the YouTube IFrame API, making it easy to use YouTube videos in npm-based projects and modern browser environments."
}