Files
node-git-puller/package.json
2024-09-10 10:17:06 +03:00

19 lines
369 B
JSON

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