mirror of https://github.com/codex-storage/cli.git
23 lines
392 B
JSON
23 lines
392 B
JSON
{
|
|
"name": "codexstorage",
|
|
"version": "1.0.4",
|
|
"description": "",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"bin": {
|
|
"codexstorage": "./index.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^1.7.7",
|
|
"chalk": "^5.3.0",
|
|
"inquirer": "^12.0.1",
|
|
"nanospinner": "^1.1.0"
|
|
}
|
|
}
|