Moe-Counter/package.json

28 lines
567 B
JSON
Raw Permalink Normal View History

2020-08-03 12:11:58 +00:00
{
"name": "moe-counter",
2020-08-03 12:11:58 +00: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 16:18:18 +00:00
"author": "journey-ad",
2020-08-03 12:11:58 +00:00
"license": "MIT",
"dependencies": {
"better-sqlite3": "^8.2.0",
2020-08-03 12:11:58 +00:00
"compression": "^1.7.4",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"image-size": "^0.8.3",
2020-08-05 05:37:12 +00:00
"mime-types": "^2.1.27",
"mongoose": "^5.9.28",
2024-10-20 00:29:58 +00:00
"pug": "^3.0.0",
"zod": "^3.23.8"
},
"engines": {
"node": "16.x"
2020-08-03 12:11:58 +00:00
}
}