-
-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
32 lines (32 loc) · 913 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
{
"name": "iptv-youtube-live",
"version": "1.0.0",
"description": "Collection of Youtube live channels that can be added to any IPTV client.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "standard --fix",
"generate:playlist": "node ./src/m3u8.js",
"generate": "npm run generate:playlist",
"sync": "node ./src/sync.js",
"compare": "node ./src/compare.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abskmj/iptv-youtube-live.git"
},
"author": "abskmj@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/abskmj/iptv-youtube-live/issues"
},
"homepage": "https://github.com/abskmj/iptv-youtube-live#readme",
"devDependencies": {
"standard": "^17.0.0"
},
"dependencies": {
"axios": "^1.3.4",
"csv-parse": "^5.1.0",
"csv-stringify": "^6.3.0"
}
}