UNPKG

dreamhost-deployer

Version:

A stylish, interactive CLI tool for deploying websites to DreamHost shared hosting with automated build integration

68 lines (67 loc) 1.39 kB
{ "name": "dreamhost-deployer", "version": "0.7.5", "description": "A stylish, interactive CLI tool for deploying websites to DreamHost shared hosting with automated build integration", "main": "deploy.js", "bin": { "dreamhost-deployer": "bin/cli.js" }, "scripts": { "test": "node test.js", "setup-ssh": "node setup-ssh.js", "fix-ssh-key": "node fix-ssh-key.js" }, "keywords": [ "dreamhost", "deployment", "ssh", "scp", "cli", "vite", "build-integration", "static-site", "interactive", "user-friendly" ], "author": "jakerains", "license": "MIT", "type": "commonjs", "repository": { "type": "git", "url": "git+https://github.com/jakerains/dreamhost-deployer.git" }, "dependencies": { "boxen": "^5.1.2", "chalk": "^4.1.2", "cli-progress": "^3.12.0", "cli-table3": "^0.6.3", "commander": "^9.5.0", "figlet": "^1.7.0", "fs-extra": "^10.1.0", "gradient-string": "^2.0.2", "inquirer": "^8.2.5", "minimatch": "^5.1.0", "ora": "^5.4.1", "ssh2": "^1.16.0", "terminal-link": "^2.1.1" }, "engines": { "node": ">=14.0.0" }, "os": [ "darwin", "linux", "win32" ], "files": [ "bin/", "src/", "templates/", "deploy.js", "setup-ssh.js", "fix-ssh-key.js", "test.js", "README.md", "LICENSE" ] }