WeightTracker/package.json

26 lines
584 B
JSON

{
"name": "weight-tracker",
"version": "1.0.0",
"description": "Minimalist weight and meal tracking application",
"main": "data-api.js",
"private": true,
"scripts": {
"start": "node data-api.js",
"backup": "node backup-s3.js"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.425.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"connect-redis": "^7.1.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"express": "^4.18.2",
"express-session": "^1.17.3",
"node-cron": "^3.0.2"
},
"engines": {
"node": ">=14.0.0"
}
}