This commit is contained in:
bingus_violet 2024-06-07 22:14:07 -05:00
parent ebe8a82cf1
commit 6eccf928da

15
package.json Normal file
View file

@ -0,0 +1,15 @@
{
"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",
"license": "UNLICENSED"
}