-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
35 lines (35 loc) · 907 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
{
"name": "youtube-stream-url",
"version": "2.4.3",
"description": "Get stream url from youtube link",
"source": "src/index.js",
"main": "dist/index.js",
"scripts": {
"build": "parcel build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dangdungcntt/youtube-stream-url.git"
},
"keywords": [
"youtube",
"stream",
"url"
],
"author": "DangDung <[email protected]> (dangdungcntt.wordpress.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/dangdungcntt/youtube-stream-url/issues"
},
"homepage": "https://github.com/dangdungcntt/youtube-stream-url#readme",
"dependencies": {
"axios": "^1.6.0",
"m3u8-file-parser": "^0.2.4"
},
"devDependencies": {
"parcel": "^2.7.0"
},
"volta": {
"node": "18.18.0"
}
}