1
0
mirror of https://github.com/journey-ad/Moe-Counter.git synced 2024-11-24 07:40:11 +01:00
Moe-Counter/package.json

24 lines
510 B
JSON
Raw Normal View History

2020-08-03 14:11:58 +02: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": {
"better-sqlite3": "^8.2.0",
2020-08-03 14:11:58 +02:00
"compression": "^1.7.4",
"config-yml": "^0.10.3",
"express": "^4.18.2",
"image-size": "^0.8.3",
2020-08-05 07:37:12 +02:00
"mime-types": "^2.1.27",
"mongoose": "^5.9.28",
"pug": "^3.0.0"
2020-08-03 14:11:58 +02:00
}
}