2024-06-07 22:14:07 -05:00
|
|
|
{
|
|
|
|
"name": "simple-updater",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Extremely basic, simplistic, cli NodeJS program for updating git repositories according to a config.",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"start": "node index.js"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://git.violets-purgatory.dev/bingus_violet/Simple-Updater"
|
|
|
|
},
|
|
|
|
"author": "Violet",
|
2024-06-07 23:06:24 -05:00
|
|
|
"license": "UNLICENSED",
|
|
|
|
"dependencies": {
|
|
|
|
"shelljs": "^0.8.5"
|
|
|
|
}
|
2024-06-07 22:14:07 -05:00
|
|
|
}
|