iptv/package.json

26 lines
536 B
JSON
Raw Normal View History

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