iptv/package.json

26 lines
540 B
JSON
Raw Normal View History

2018-11-16 02:41:15 +03:00
{
"name": "iptv",
"scripts": {
"lint": "npx m3u-linter -c m3u-linter.json"
2018-11-16 02:41:15 +03:00
},
2021-04-28 14:59:26 +03:00
"pre-push": [
2021-04-27 21:01:29 +03:00
"lint"
],
2020-03-14 17:09:02 +03:00
"author": "Arhey",
2018-11-24 01:05:24 +03:00
"private": true,
2019-09-29 18:15:55 +03:00
"license": "MIT",
2021-03-06 21:14:09 +03:00
"dependencies": {
2021-07-06 20:43:41 +03:00
"@freearhey/iso-639-3": "^1.0.0",
2021-01-16 17:13:17 +03:00
"axios": "^0.21.1",
2021-05-07 02:52:11 +03:00
"chalk": "^4.1.1",
2021-01-17 18:00:52 +03:00
"commander": "^7.0.0",
2019-10-23 13:52:01 +03:00
"escape-string-regexp": "^2.0.0",
2021-01-20 01:06:15 +03:00
"iptv-playlist-parser": "^0.5.4",
2021-04-27 19:52:39 +03:00
"m3u-linter": "^0.1.3",
2021-01-20 01:06:15 +03:00
"markdown-include": "^0.4.3",
2021-04-28 14:59:26 +03:00
"pre-push": "^0.1.1",
2021-03-06 21:18:47 +03:00
"progress": "^2.0.3",
"transliteration": "^2.2.0"
2018-11-16 02:41:15 +03:00
}
}