| 1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "workout-tracker",
- "version": "1.0.0",
- "description": "Personal workout tracker",
- "homepage": "https://github.com/MorganLee909/workout-tracker#readme",
- "bugs": {
- "url": "https://github.com/MorganLee909/workout-tracker/issues"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/MorganLee909/workout-tracker.git"
- },
- "license": "ISC",
- "author": "Lee Morgan",
- "type": "module",
- "main": "app.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "dev": "nodemon app.js --ignore views/build/ --ignore build.html --ext js,css,html"
- },
- "dependencies": {
- "bcrypt": "^6.0.0",
- "compression": "^1.8.0",
- "cookie-parser": "^1.4.7",
- "cors": "^2.8.5",
- "esbuild": "^0.25.4",
- "express": "^5.1.0",
- "html-minifier-terser": "^7.2.0",
- "jsonwebtoken": "^9.0.2",
- "mongoose": "^8.14.3"
- }
- }
|