BlogSharer/package.json

21 lines
496 B
JSON
Raw Permalink Normal View History

2023-12-28 17:26:32 -06:00
{
"name": "violets-limbo",
"version": "1.0.0",
"description": "Simple, easy to host nodejs application that allows making basic blog posts via markdown files. ",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://codeberg.org/Bingus_Violet/Violets-Limbo"
},
"author": "Violet",
"license": "GPL-3.0-or-later",
"dependencies": {
"chokidar": "^3.5.3",
"express": "^4.18.2",
2024-07-06 22:26:22 -05:00
"ws": "^8.18.0"
2023-12-28 17:26:32 -06:00
}
}