nodecloud-cli
Version:
This CLI is used for the nodecloud possibiliting make everthing remotely!
42 lines (41 loc) • 909 B
JSON
{
"name": "nodecloud-cli",
"version": "2.5.7",
"versionType": "alpha",
"description": "This CLI is used for the nodecloud possibiliting make everthing remotely!",
"main": "bin/nodecloud",
"types": "index.d.ts",
"bin": {
"nodecloudcli": "bin/nodecloud",
"node-cloud": "bin/nodecloud",
"nc": "bin/nodecloud",
"nodecloud": "bin/nodecloud",
"node-cloud-cli": "bin/nodecloud"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"nodecloud",
"nodecloud-cli"
],
"author": "RamiresOliv",
"license": "ISC",
"dependencies": {
"archiver": "^5.3.1",
"axios": "^1.1.3",
"ejs": "^3.1.8",
"gluegun": "^5.1.2"
},
"directories": {
"test": "tests"
},
"devDependencies": {
"@types/node": "^20.10.3",
"local-db-express": "^1.7.3"
}
}