NPM Init
This commit is contained in:
parent
1534ff3416
commit
d8d6d5325f
1 changed files with 15 additions and 0 deletions
15
package.json
Normal file
15
package.json
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"name": "quickurl",
|
||||||
|
"version": "0.0.1",
|
||||||
|
"description": "An extremely generic privacy & security focused URL shortener.",
|
||||||
|
"main": "index.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "node index.js"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.violets-purgatory.dev/bingus_violet/QuickURL"
|
||||||
|
},
|
||||||
|
"author": "Violet",
|
||||||
|
"license": "Unlicense"
|
||||||
|
}
|
Loading…
Reference in a new issue