3e2bddab82
* Update Playlist.js * Install axios package * Create epg.js * Update db.js * Update format.js * Update Channel.js * Update db.js * Update generate.js * [Bot] Format playlists * [Bot] Remove duplicates * [Bot] Sort channels * [Bot] Update README.md * [Bot] Format playlists * [Bot] Remove duplicates * [Bot] Sort channels * [Bot] Update README.md Co-authored-by: Aleksandr Statciuk <free.arhey@gmail.com> Co-authored-by: iptv-bot[bot] <84861620+iptv-bot[bot]@users.noreply.github.com>
26 lines
541 B
JSON
26 lines
541 B
JSON
{
|
|
"name": "iptv",
|
|
"scripts": {
|
|
"lint": "npx m3u-linter -c m3u-linter.json"
|
|
},
|
|
"pre-push": [
|
|
"lint"
|
|
],
|
|
"author": "Arhey",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@freearhey/iso-639-3": "^1.0.0",
|
|
"axios": "^0.21.4",
|
|
"commander": "^7.0.0",
|
|
"iptv-checker": "^0.21.0",
|
|
"iptv-playlist-parser": "^0.5.4",
|
|
"m3u-linter": "^0.2.1",
|
|
"markdown-include": "^0.4.3",
|
|
"normalize-url": "^6.1.0",
|
|
"pre-push": "^0.1.1",
|
|
"progress": "^2.0.3",
|
|
"transliteration": "^2.2.0"
|
|
}
|
|
}
|