2023-02-26 15:16:21 -05:00
|
|
|
{
|
|
|
|
|
"name": "ion",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "",
|
|
|
|
|
"main": "main.js",
|
|
|
|
|
"scripts": {
|
2023-02-26 20:41:10 -05:00
|
|
|
"test": "node ./anime/fromCLI.js"
|
2023-02-26 15:16:21 -05:00
|
|
|
},
|
|
|
|
|
"author": "ION606",
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"bin": {
|
2023-02-26 20:41:10 -05:00
|
|
|
"ion": "./main.js",
|
|
|
|
|
"anime": "./anime_fromCLI.js"
|
2023-02-26 15:16:21 -05:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2023-02-26 17:59:11 -05:00
|
|
|
"@ffmpeg-installer/ffmpeg": "^1.1.0",
|
2023-02-26 15:16:21 -05:00
|
|
|
"axios": "^1.3.4",
|
|
|
|
|
"boxen": "4.0",
|
|
|
|
|
"chalk": "2.4",
|
2023-02-26 17:59:11 -05:00
|
|
|
"express": "^4.18.2",
|
|
|
|
|
"fluent-ffmpeg": "^2.1.2",
|
|
|
|
|
"hls-server": "^1.5.0",
|
|
|
|
|
"m3u8-downloader": "^0.0.4",
|
2023-02-26 15:16:21 -05:00
|
|
|
"m3u8stream": "^0.8.6",
|
2023-02-26 17:59:11 -05:00
|
|
|
"readline": "^1.3.0",
|
|
|
|
|
"vlc-client": "^1.1.1"
|
2023-02-26 15:16:21 -05:00
|
|
|
},
|
|
|
|
|
"type": "module"
|
|
|
|
|
}
|