UNPKG

rdtool

Version:

A simple Node.js-based remote deployment tool that makes deployments easier with config files.

39 lines (38 loc) 812 B
{ "name": "rdtool", "description": "A simple Node.js-based remote deployment tool that makes deployments easier with config files.", "version": "1.0.5", "main": "index.js", "license": "MIT", "repository": { "type": "git", "url": "https://gitee.com/roman_123/auto-remote-deployment-tool.git" }, "keywords": [ "remote", "deploy", "auto", "deployment", "script", "command", "rdt", "exec" ], "author": "roman_123", "bin": { "rdt": "./bin/index.js" }, "dependencies": { "chalk": "^4.1.0", "commander": "8.1.0", "dayjs": "^1.11.10", "fs-extra": "8.1.0", "inquirer": "^12.6.3", "node-ssh": "^13.2.1", "shelljs": "^0.8.5" }, "devDependencies": { "@types/commander": "2.9.1", "@types/node-ssh": "^11.0.0" } }