{ "name": "tier-cursor", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "dev:frontend": "npm --prefix frontend run dev", "dev:backend": "npm --prefix backend run dev", "build": "npm --prefix frontend run build", "start": "npm --prefix backend run start", "test": "echo \"Error: no test specified\" && exit 1", "images:backfill": "npm --prefix backend run images:backfill", "images:migrate-legacy": "npm --prefix backend run images:migrate-legacy", "uploads:cleanup-legacy": "npm --prefix backend run uploads:cleanup-legacy" }, "keywords": [], "author": "", "license": "ISC", "type": "commonjs", "dependencies": { "bcryptjs": "^3.0.3", "cors": "^2.8.6", "express": "^5.2.1", "express-session": "^1.19.0", "multer": "^2.1.1", "nanoid": "^5.1.7", "session-file-store": "^1.5.0", "zod": "^4.3.6" }, "devDependencies": { "nodemon": "^3.1.14" } }