{ "name": "bigly-chat", "version": "1.0.0", "description": "Chat thing", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://git.dervland.net/biglyderv/bigly-chat" }, "author": "BiglyDerv", "license": "GPL-3.0-or-later", "dependencies": { "bcrypt": "^5.1.1", "cookie-parser": "^1.4.7", "ejs": "^3.1.10", "express": "^4.21.2", "multer": "^1.4.5-lts.1", "sqlite": "^5.1.1", "sqlite3": "^5.1.7" }, "type": "module" }