2020-08-03 14:11:58 +02:00
|
|
|
{
|
2023-03-06 11:57:41 +01:00
|
|
|
"name": "moe-counter",
|
2020-08-03 14:11:58 +02:00
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"start": "node index.js",
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
2020-08-09 18:18:18 +02:00
|
|
|
"author": "journey-ad",
|
2020-08-03 14:11:58 +02:00
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2024-10-19 23:11:14 +02:00
|
|
|
"better-sqlite3": "^8.2.0",
|
2020-08-03 14:11:58 +02:00
|
|
|
"compression": "^1.7.4",
|
2020-08-12 12:03:35 +02:00
|
|
|
"config-yml": "^0.10.3",
|
2024-10-19 23:11:14 +02:00
|
|
|
"express": "^4.18.2",
|
2020-08-12 12:03:35 +02:00
|
|
|
"image-size": "^0.8.3",
|
2020-08-05 07:37:12 +02:00
|
|
|
"mime-types": "^2.1.27",
|
2020-08-12 12:03:35 +02:00
|
|
|
"mongoose": "^5.9.28",
|
2023-03-06 11:57:41 +01:00
|
|
|
"pug": "^3.0.0"
|
2020-08-03 14:11:58 +02:00
|
|
|
}
|
|
|
|
}
|