NPM Init
This commit is contained in:
parent
ebe8a82cf1
commit
6eccf928da
1 changed files with 15 additions and 0 deletions
15
package.json
Normal file
15
package.json
Normal 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"
|
||||||
|
}
|
Loading…
Reference in a new issue