Simple-Updater/package.json
2024-06-07 22:14:07 -05:00

16 lines
412 B
JSON

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