2020-08-03 14:11:58 +02:00
|
|
|
{
|
|
|
|
"name": "kawaii-counter",
|
|
|
|
"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": {
|
|
|
|
"compression": "^1.7.4",
|
2020-08-12 12:03:35 +02:00
|
|
|
"config-yml": "^0.10.3",
|
2020-08-03 14:11:58 +02:00
|
|
|
"express": "^4.17.1",
|
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",
|
2020-08-03 14:11:58 +02:00
|
|
|
"pug": "^3.0.0",
|
|
|
|
"sqlite3": "^5.0.0"
|
|
|
|
}
|
|
|
|
}
|