derv-net/package.json

26 lines
565 B
JSON
Raw Permalink Normal View History

2025-02-25 13:00:10 -05:00
{
"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": {
2025-02-25 19:47:28 -05:00
"bcrypt": "^5.1.1",
"cookie-parser": "^1.4.7",
2025-02-25 13:00:10 -05:00
"ejs": "^3.1.10",
"express": "^4.21.2",
"multer": "^1.4.5-lts.1",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7"
},
"type": "module"
}