initial commit

This commit is contained in:
ION606
2023-02-26 15:16:21 -05:00
commit a1db1a1400
10 changed files with 772 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"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"
}