-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1002 Bytes
/
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
{
"name": "usehlsvideoplayer",
"version": "1.2.6",
"description": "A react hook for playing hls files",
"main": "usehlsplayer.js",
"module": "usehlsplayer.mjs",
"typings": "usehlsplayer.d.ts",
"type": "module",
"scripts": {
"build": "rollup -c",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/klevert-ope/Usehlsvideoplayer.git"
},
"keywords": [
"hls",
"video",
"m3u8"
],
"author": "Klevert Opee",
"license": "ISC",
"bugs": {
"url": "https://github.com/klevert-ope/Usehlsvideoplayer/issues"
},
"homepage": "https://github.com/klevert-ope/Usehlsvideoplayer#readme",
"optionalDependencies": {
"hls.js": "^1.4.14"
},
"dependencies": {
"react": "^18.2.0",
"typescript": "^5.3.3"
},
"devDependencies": {
"@types/react": "^18.2.45",
"esbuild": "^0.19.10",
"rollup": "^4.9.1",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-esbuild": "^6.1.0"
}
}