mirror of
https://github.com/journey-ad/Moe-Counter.git
synced 2024-11-23 23:30:56 +01:00
c3f18f8b34
- Implement delayed writing feature to database for improved performance and reduced write frequency - Update docs
24 lines
510 B
JSON
24 lines
510 B
JSON
{
|
|
"name": "moe-counter",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "journey-ad",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"better-sqlite3": "^8.1.0",
|
|
"compression": "^1.7.4",
|
|
"config-yml": "^0.10.3",
|
|
"express": "^4.17.1",
|
|
"image-size": "^0.8.3",
|
|
"mime-types": "^2.1.27",
|
|
"mongoose": "^5.9.28",
|
|
"pug": "^3.0.0"
|
|
}
|
|
}
|