25 lines
528 B
JSON
25 lines
528 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": "^11.5.0",
|
|
"compression": "^1.7.5",
|
|
"dotenv": "^16.4.5",
|
|
"express": "^4.21.1",
|
|
"image-size": "^1.1.1",
|
|
"mime-types": "^2.1.35",
|
|
"mongoose": "^8.8.2",
|
|
"pug": "^3.0.3",
|
|
"zod": "^3.23.8"
|
|
}
|
|
}
|