mirror of
https://github.com/journey-ad/Moe-Counter.git
synced 2024-11-13 18:50:54 +01:00
28 lines
567 B
JSON
28 lines
567 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.2.0",
|
|
"compression": "^1.7.4",
|
|
"dotenv": "^16.4.5",
|
|
"express": "^4.18.2",
|
|
"image-size": "^0.8.3",
|
|
"mime-types": "^2.1.27",
|
|
"mongoose": "^5.9.28",
|
|
"pug": "^3.0.0",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"engines": {
|
|
"node": "16.x"
|
|
}
|
|
}
|