mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
wip
This commit is contained in:
parent
df0819f1f1
commit
ed1b894044
19 changed files with 597 additions and 1560 deletions
15
package.json
Normal file
15
package.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"name": "epg",
|
||||
"scripts": {
|
||||
"update": "./bin/epg-grabber/index.js --config=config/ru/config.xml"
|
||||
},
|
||||
"private": true,
|
||||
"author": "Arhey",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"axios": "^0.21.1",
|
||||
"commander": "^7.1.0",
|
||||
"dayjs": "^1.10.4",
|
||||
"xml-js": "^1.6.11"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue