{ "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" } }