@runnerty/executor-ftp
Version:
Runnerty module: FTP executor
37 lines (36 loc) • 899 B
JSON
{
"name": "@runnerty/executor-ftp",
"version": "3.0.0",
"description": "Runnerty module: FTP executor",
"author": "Runnerty Tech S.L.",
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint '**/*.js' && prettier --check '**'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/runnerty/executor-ftp.git"
},
"keywords": [
"runnerty",
"executor",
"ftp",
"sftp"
],
"bugs": {
"url": "https://github.com/runnerty/executor-ftp/issues"
},
"homepage": "https://github.com/runnerty/executor-ftp#readme",
"dependencies": {
"ssh2-sftp-client": "^12.0.1",
"@runnerty/module-core": "~3.1.2"
},
"devDependencies": {
"eslint": "^9.7.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3"
}
}