mirror of
https://github.com/logos-storage/logos-storage-installer.git
synced 2026-01-03 05:53:06 +00:00
Pull in fixes from master
This commit is contained in:
parent
c2f1f7cc7b
commit
4dca83ddcb
21
package.json
21
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "codexstorage",
|
||||
"version": "1.0.11",
|
||||
"version": "1.0.16",
|
||||
"description": "CLI tool for Codex Storage",
|
||||
"main": "index.js",
|
||||
"type": "module",
|
||||
@ -8,35 +8,24 @@
|
||||
"codexstorage": "./index.js"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node index.js",
|
||||
"test": "vitest run",
|
||||
"watch": "vitest",
|
||||
"format": "prettier --write ./src"
|
||||
"start": "node index.js"
|
||||
},
|
||||
"keywords": [
|
||||
"codex",
|
||||
"storage",
|
||||
"cli"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=20"
|
||||
},
|
||||
"author": "Codex Storage",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"axios": "^1.6.2",
|
||||
"boxen": "^7.1.1",
|
||||
"chalk": "^5.3.0",
|
||||
"fs-extra": "^11.3.0",
|
||||
"fs-filesystem": "^2.1.2",
|
||||
"inquirer": "^9.2.12",
|
||||
"mime-types": "^2.1.35",
|
||||
"nanospinner": "^1.1.0",
|
||||
"open": "^10.1.0",
|
||||
"ps-list": "^8.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "^3.4.2",
|
||||
"vitest": "^3.0.5"
|
||||
"fs-extra": "^11.3.0",
|
||||
"fs-filesystem": "^2.1.2",
|
||||
"open": "^10.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
export const ASCII_ART = `
|
||||
██████╗ ██████╗ ██████╗ ███████╗██╗ ██╗
|
||||
██╔════╝██╔═══██╗██╔══██╗██╔════╝╚██╗██╔╝
|
||||
██████╗ ██████╗ ██████╗ ███████╗██╗ ██╗
|
||||
██╔════╝██╔═══██╗██╔══██╗██╔═══╝ ╚██╗██╔╝
|
||||
██║ ██║ ██║██║ ██║█████╗ ╚███╔╝
|
||||
██║ ██║ ██║██║ ██║██╔══╝ ██╔██╗
|
||||
╚██████╗╚██████╔╝██████╔╝██████ ██╗
|
||||
╚██████╗╚██████╔╝██████╔╝███████╗██╗ ██╗
|
||||
╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝╚═╝ ╚═╝
|
||||
|
||||
███████╗████████╗ ██████╗ ██████╗ █████╗ ██████╗ ███████╗
|
||||
██╔════╝╚══██╔══╝██╔═══██╗██╔══██╗██╔══██╗██╔════╝ █╔══<EFBFBD><EFBFBD>═╝
|
||||
██╔════╝╚══██╔══╝██╔═══██╗██╔══██╗██╔══██╗██╔════╝ █╔═════╝
|
||||
███████╗ ██║ ██║ ██║██████╔╝███████║██║ ███╗█████╗
|
||||
╚════██║ ██║ ██║ ██║██╔══██╗██╔══██║██║ ██║██╔══╝
|
||||
███████║ ██║ ╚██████╔╝██║ ██║██║ ██║╚██████╔╝███████╗
|
||||
@ -16,4 +16,4 @@ export const ASCII_ART = `
|
||||
+--------------------------------------------------------------------+
|
||||
| Docs : docs.codex.storage | Discord : discord.gg/codex-storage |
|
||||
+--------------------------------------------------------------------+
|
||||
`;
|
||||
`;
|
||||
Loading…
x
Reference in New Issue
Block a user