api.violets-purgatory.dev/package.json
Bingus_Violet 4463448217 Caching
2024-01-27 14:19:49 -06:00

26 lines
538 B
JSON

{
"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",
"minify-html": "^0.0.2",
"sha256": "^0.2.0",
"ws": "^8.14.2"
}
}