Files
ion-cli/package.json
T
2023-02-26 20:41:10 -05:00

30 lines
607 B
JSON

{
"name": "ion",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "node ./anime/fromCLI.js"
},
"author": "ION606",
"license": "ISC",
"bin": {
"ion": "./main.js",
"anime": "./anime_fromCLI.js"
},
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"axios": "^1.3.4",
"boxen": "4.0",
"chalk": "2.4",
"express": "^4.18.2",
"fluent-ffmpeg": "^2.1.2",
"hls-server": "^1.5.0",
"m3u8-downloader": "^0.0.4",
"m3u8stream": "^0.8.6",
"readline": "^1.3.0",
"vlc-client": "^1.1.1"
},
"type": "module"
}