iptv/package.json

28 lines
606 B
JSON
Raw Normal View History

2018-11-16 00:41:15 +01:00
{
"name": "iptv",
"scripts": {
"lint": "npx m3u-linter -c m3u-linter.json"
2018-11-16 00:41:15 +01:00
},
2021-04-28 13:59:26 +02:00
"pre-push": [
2021-04-27 20:01:29 +02:00
"lint"
],
2020-03-14 15:09:02 +01:00
"author": "Arhey",
2018-11-23 23:05:24 +01:00
"private": true,
2019-09-29 17:15:55 +02:00
"license": "MIT",
2021-03-06 19:14:09 +01:00
"dependencies": {
2021-07-06 19:43:41 +02:00
"@freearhey/iso-639-3": "^1.0.0",
"axios": "^0.21.4",
2021-01-17 16:00:52 +01:00
"commander": "^7.0.0",
2021-10-23 03:39:27 +02:00
"countries-list": "^2.6.1",
2021-08-18 15:40:27 +02:00
"iptv-checker": "^0.21.0",
2021-10-16 07:37:19 +02:00
"iptv-playlist-parser": "^0.9.0",
2021-10-17 05:06:08 +02:00
"m3u-linter": "^0.2.2",
2021-01-19 23:06:15 +01:00
"markdown-include": "^0.4.3",
2021-09-20 15:10:38 +02:00
"natural-orderby": "^2.0.3",
"normalize-url": "^6.1.0",
2021-04-28 13:59:26 +02:00
"pre-push": "^0.1.1",
2021-03-06 19:18:47 +01:00
"progress": "^2.0.3",
"transliteration": "^2.2.0"
2018-11-16 00:41:15 +01:00
}
}