2023-09-21 16:18:23 -05:00
|
|
|
{
|
|
|
|
"name": "violets-purgatory",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Violets Purgatory is a personal webapp for",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2023-10-12 16:33:43 -05:00
|
|
|
"start": "node index.js"
|
2023-09-21 16:18:23 -05:00
|
|
|
},
|
|
|
|
"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",
|
|
|
|
"ws": "^8.14.2"
|
|
|
|
}
|
|
|
|
}
|