{ "name": "ucs-backend", "version": "0.1.0", "description": "Backend for the Universal Comment System", "main": "main.mjs", "scripts": { "start": "nodemon main.mjs", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://git.alloca.space/me/ucs.git" }, "author": "alloca", "license": "MPL-2.0", "dependencies": { "@blackglory/better-sqlite3-migrations": "^0.1.19", "better-sqlite3": "^11.8.1", "express": "^4.21.2" }, "devDependencies": { "nodemon": "^3.1.9" } }