Files
Mo-Misinformation-Counter/package.json
2026-01-10 23:49:26 +00:00

21 lines
428 B
JSON

{
"name": "momisinfocounter",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"better-sqlite3": "^12.6.0",
"cookie-parser": "^1.4.7",
"express": "^5.2.1",
"express-basic-auth": "^1.2.1",
"socket.io": "^4.8.3"
}
}