npm init
This commit is contained in:
parent
7f355ba420
commit
f6c00223fa
1 changed files with 15 additions and 0 deletions
15
package.json
Normal file
15
package.json
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"name": "api.violets-purgatory.dev",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "The API for Violet's Purgatory",
|
||||||
|
"main": "index.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "node index.js"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://codeberg.org/Bingus_Violet/api.violets-purgatory.dev"
|
||||||
|
},
|
||||||
|
"author": "violet@violets-purgatory.dev",
|
||||||
|
"license": "GPL-3.0-or-later"
|
||||||
|
}
|
Loading…
Reference in a new issue