api.violets-purgatory.dev/package.json

25 lines
510 B
JSON
Raw Normal View History

2023-10-20 21:53:49 -05:00
{
"name": "violets-purgatory",
"version": "1.0.0",
"description": "Violets Purgatory is a personal webapp for",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://codeberg.org/Bingus_Violet/Violets-Purgatory.git"
},
"keywords": [
"web",
"site"
],
"author": "Violet <Violetbutagain@gmail.com>",
"license": "MIT",
"dependencies": {
"express": "^4.18.2",
2023-11-30 21:56:34 -06:00
"ws": "^8.14.2",
2023-11-30 22:17:27 -06:00
"xml-js": "^1.6.11"
2023-10-20 21:53:49 -05:00
}
}