iptv/package.json

32 lines
737 B
JSON
Raw Normal View History

2018-11-15 23:41:15 +00:00
{
"name": "iptv",
"scripts": {
2021-12-12 04:09:35 +00:00
"validate": "node scripts/commands/validate.js",
"lint": "npx m3u-linter -c m3u-linter.json",
"test": "jest --runInBand"
},
"jest": {
"testRegex": "tests/(.*?/)?.*test.js$"
2018-11-15 23:41:15 +00:00
},
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-12-12 04:09:35 +00:00
"chunk": "^0.0.3",
2021-01-17 15:00:52 +00:00
"commander": "^7.0.0",
2021-12-12 04:09:35 +00:00
"crypto": "^1.0.1",
"dayjs": "^1.10.7",
"iptv-checker": "^0.22.0",
"iptv-playlist-parser": "^0.10.2",
"jest": "^27.4.3",
"lodash": "^4.17.21",
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-12-12 04:09:35 +00:00
"mz": "^2.7.0",
"nedb-promises": "^5.0.2",
"normalize-url": "^6.1.0",
2021-12-12 04:09:35 +00:00
"transliteration": "^2.2.0",
"winston": "^3.3.3"
2018-11-15 23:41:15 +00:00
}
}