iptv/package.json

27 lines
571 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": {
2021-07-06 17:43:41 +00:00
"@freearhey/iso-639-3": "^1.0.0",
2021-08-10 20:45:32 +00:00
"axios": "^0.21.1",
"chalk": "^4.1.1",
2021-01-17 15:00:52 +00:00
"commander": "^7.0.0",
2021-08-10 20:45:32 +00:00
"escape-string-regexp": "^2.0.0",
2021-08-09 07:30:13 +00:00
"iptv-checker": "^0.20.2",
2021-01-19 22:06:15 +00:00
"iptv-playlist-parser": "^0.5.4",
2021-04-27 16:52:39 +00:00
"m3u-linter": "^0.1.3",
2021-01-19 22:06:15 +00:00
"markdown-include": "^0.4.3",
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
}
}