mirror of
https://github.com/ION606/ion-cli.git
synced 2026-05-14 22:16:56 +00:00
23 lines
404 B
JSON
23 lines
404 B
JSON
{
|
|
"name": "ion",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "ION606",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"ion": "./main.js"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.3.4",
|
|
"boxen": "4.0",
|
|
"chalk": "2.4",
|
|
"m3u8stream": "^0.8.6",
|
|
"readline": "^1.3.0"
|
|
},
|
|
"type": "module"
|
|
}
|