{ "name": "recfu-mover", "version": "1.0.2", "main": "app.js", "dependencies": { "eslint": "^6.8.0", "eslint-plugin-jsdoc": "^32.3.3", "eslint-plugin-node": "^11.1.0", "mocha": "^7.0.1", "rewire": "^4.0.1", "ssh2": "^0.8.7" }, "devDependencies": {}, "scripts": { "pretest": "eslint --ignore-path .eslintignore .", "test": "mocha 'lib/*.spec.js'", "download": "node app.js" }, "author": "whatitis", "license": "MIT", "description": "Move files from IQ SFTP server to Rec Sports Windows share", "repository": { "type": "git", "url": "https://gitlab.umich.edu/ITS/InformationQuest/recfu-mover.git" } }