mirror of https://github.com/iptv-org/iptv
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
378 B
JSON
18 lines
378 B
JSON
{
|
|
"name": "iptv",
|
|
"scripts": {
|
|
"test": "node test/index.js",
|
|
"generate": "node helpers/generate.js",
|
|
"format": "node helpers/format.js"
|
|
},
|
|
"author": "Arhey <free.arhey@gmail.com>",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"axios": ">=0.18.1",
|
|
"iptv-playlist-parser": "^0.2.0",
|
|
"xmldom": "^0.1.27"
|
|
}
|
|
}
|