This commit is contained in:
Bingus_Violet 2024-01-19 18:37:56 -06:00
parent 7f355ba420
commit f6c00223fa

15
package.json Normal file
View 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"
}