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",
|
2024-01-27 12:45:39 -06:00
|
|
|
"minify-html": "^0.0.2",
|
2024-01-17 11:19:12 -06:00
|
|
|
"ws": "^8.14.2"
|
2023-10-20 21:53:49 -05:00
|
|
|
}
|
|
|
|
}
|