2024-01-19 18:37:56 -06:00
|
|
|
{
|
|
|
|
"name": "api.violets-purgatory.dev",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "The API for Violet's Purgatory",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2024-01-19 18:39:47 -06:00
|
|
|
"start": "node index.js"
|
2024-01-19 18:37:56 -06:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://codeberg.org/Bingus_Violet/api.violets-purgatory.dev"
|
|
|
|
},
|
|
|
|
"author": "violet@violets-purgatory.dev",
|
2024-01-19 18:38:13 -06:00
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"dependencies": {
|
|
|
|
"express": "^4.18.2"
|
|
|
|
}
|
2024-01-19 18:37:56 -06:00
|
|
|
}
|