{ "name": "sprattle", "version": "1.0.0", "description": "An rsync / ssh / cron file sync server", "main": "srv.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "knast", "license": "ISC", "dependencies": { "express": "^4.18.2", "node-ssh": "^13.1.0" } }