api.violets-purgatory.dev/package.json
2024-02-07 21:49:28 -06:00

20 lines
450 B
JSON

{
"name": "api.violets-purgatory.dev",
"version": "1.0.0",
"description": "The API for Violet's Purgatory",
"main": "index.js",
"scripts": {
"start": "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",
"dependencies": {
"express": "^4.18.2",
"ws": "^8.16.0"
}
}