This commit is contained in:
msnie
2024-02-03 11:58:42 +01:00
parent 17ca1c805f
commit 5b0b5f548c
706 changed files with 135245 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"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"
}
}