nodely-cli
Version:
Console client for Nodely Platform
42 lines (41 loc) • 910 B
JSON
{
"name": "nodely-cli",
"version": "1.0.11",
"description": "Console client for Nodely Platform",
"bin": {
"nodely": "nodely.js"
},
"scripts": {
"lint": "./node_modules/.bin/eslint *.js"
},
"keywords": [
"nodely",
"console",
"cli"
],
"preferGlobal": true,
"author": "Nodely Team <support@nodely.me>",
"license": "MIT",
"homepage": "https://nodely.me/console-cli",
"repository": {},
"dependencies": {
"archiver": "3.0.0",
"checksum": "0.1.1",
"clui": "0.3.6",
"colors": "1.3.3",
"commander": "2.20.0",
"configstore": "5.0.0",
"figlet": "1.2.3",
"inquirer": "6.3.1",
"moment": "^2.27.0",
"node-fetch": "^2.6.0",
"tmp": "0.1.0",
"unzipper": "^0.10.11",
"walk": "2.3.14"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.22.0"
}
}