UNPKG

fs-tunnel

Version:

Modern SSH/SFTP file system client for Node.js - provides seamless remote file operations with a clean Promise-based API. Supports secure file transfers, directory management, and streaming for large files.

44 lines 1.13 kB
{ "name": "fs-tunnel", "version": "1.0.0", "description": "Modern SSH/SFTP file system client for Node.js - provides seamless remote file operations with a clean Promise-based API. Supports secure file transfers, directory management, and streaming for large files.", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc", "watch:build": "(set /p dirPath=\"Enter Dir Path:\" || set dirPath=./lib) && call tsc --watch --outDir \"%dirPath%\"" }, "repository": { "type": "git", "url": "git+https://github.com/SheikhAminul/fs-tunnel.git" }, "keywords": [ "ssh", "sftp", "file-system", "remote-files", "file-transfer", "secure-shell", "nodejs", "typescript", "streaming", "automation", "server-management" ], "author": "Sheikh Aminul <aminulfse@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/SheikhAminul/fs-tunnel/issues" }, "files": [ "./lib/**/*" ], "homepage": "https://github.com/SheikhAminul/fs-tunnel#readme", "devDependencies": { "@types/ssh2": "^1.15.5", "typescript": "^5.7.3" }, "dependencies": { "ssh2": "^1.16.0" } }