opensoars_sffs
Version:
Save File FTP Sync
30 lines (29 loc) • 501 B
JSON
{
"name": "opensoars_sffs",
"version": "0.0.8",
"description": "Save File FTP Sync",
"main": "bin/index.js",
"bin": {
"sffs": "./bin/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"save",
"file",
"directory",
"watch",
"lftp",
"sftp",
"ftp",
"sync",
"synchronize"
],
"author": "opensoars",
"license": "MIT",
"dependencies": {
"chokidar": "^3.5.3",
"dotenv": "^16.0.0"
}
}