mirror of https://github.com/iptv-org/iptv
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
407 B
JSON
20 lines
407 B
JSON
{
|
|
"name": "iptv",
|
|
"scripts": {
|
|
"test": "node scripts/test.js"
|
|
},
|
|
"author": "Arhey",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"axios": "^0.21.1",
|
|
"commander": "^7.0.0",
|
|
"escape-string-regexp": "^2.0.0",
|
|
"iptv-playlist-parser": "^0.5.4",
|
|
"iso-639-3": "^2.0.0",
|
|
"markdown-include": "^0.4.3",
|
|
"progress": "^2.0.3",
|
|
"transliteration": "^2.2.0"
|
|
}
|
|
}
|