{ "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", "dependencies": { "shelljs": "^0.8.5" } }