UNPKG

@bring-it/sftp

Version:
63 lines 1.25 kB
{ "name": "@bring-it/sftp", "version": "0.6.0", "description": "SFTP deployment tool for frontend", "license": "MIT", "author": { "name": "Eric Chen" }, "keywords": [ "bring-it", "ci", "cli", "deploy", "deployment", "frontend", "scp", "sftp", "ssh" ], "homepage": "https://github.com/airkro/bring-it/tree/master/packages/sftp", "repository": { "type": "git", "url": "git+https://github.com/airkro/bring-it.git", "directory": "packages/sftp" }, "bugs": { "url": "https://github.com/airkro/bring-it/issues" }, "bin": { "bring-it": "dist/bin.mjs" }, "main": "dist/sub.mjs", "files": [ "dist" ], "type": "module", "dependencies": { "globby": "^14.1.0" }, "devDependencies": { "lodash": "^4.17.21", "node-ssh": "^13.2.1", "p-all": "^5.0.0", "p-retry": "^6.2.1", "p-series": "^3.0.0", "p-timeout": "^6.1.4", "slash": "^5.1.0", "ssh-config": "^5.0.3" }, "peerDependencies": { "@bring-it/cli": "^0.10.0" }, "engines": { "node": ">=22.11.0 || ^20.18.1" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "build": "best-shot prod" } }