{ "name": "api.violets-purgatory.dev", "version": "1.0.0", "description": "The API for Violet's Purgatory", "main": "index.js", "scripts": { "start": "node index.js" }, "repository": { "type": "git", "url": "https://codeberg.org/Bingus_Violet/api.violets-purgatory.dev" }, "author": "violet@violets-purgatory.dev", "license": "GPL-3.0-or-later", "dependencies": { "chokidar": "^3.6.0", "express": "^4.18.2", "ws": "^8.16.0" } }