initial commit

This commit is contained in:
Aaro Varis
2024-09-10 10:17:06 +03:00
commit 4117c0d5d6
4 changed files with 179 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "git-puller",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ."
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"dotenv": "^16.4.5",
"fs": "^0.0.1-security",
"simple-git": "^3.26.0",
"ssh-keygen-lite": "^1.3.0"
}
}