BlogSharer/package.json
2024-07-07 22:32:52 -05:00

21 lines
496 B
JSON

{
"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",
"ws": "^8.18.0"
}
}