2018-11-16 00:41:15 +01:00
|
|
|
{
|
|
|
|
"name": "iptv",
|
|
|
|
"scripts": {
|
2021-01-16 15:15:24 +01:00
|
|
|
"test": "node scripts/test.js"
|
2018-11-16 00:41:15 +01:00
|
|
|
},
|
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-01-19 23:06:15 +01:00
|
|
|
"dependencies": {},
|
2018-11-16 00:41:15 +01:00
|
|
|
"devDependencies": {
|
2021-01-16 15:13:17 +01:00
|
|
|
"axios": "^0.21.1",
|
2021-01-17 16:00:52 +01:00
|
|
|
"commander": "^7.0.0",
|
2021-01-17 15:41:54 +01:00
|
|
|
"epg-parser": "^0.1.2",
|
2019-10-23 12:52:01 +02:00
|
|
|
"escape-string-regexp": "^2.0.0",
|
2021-01-19 23:06:15 +01:00
|
|
|
"iptv-playlist-parser": "^0.5.4",
|
2020-04-25 18:59:04 +02:00
|
|
|
"iso-639-3": "^2.0.0",
|
2021-01-19 23:06:15 +01:00
|
|
|
"markdown-include": "^0.4.3",
|
|
|
|
"progress": "^2.0.3"
|
2018-11-16 00:41:15 +01:00
|
|
|
}
|
|
|
|
}
|