Files
2024-02-03 11:58:42 +01:00

16 lines
322 B
JSON

{
"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"
}
}