{ "name": "todo-kids", "version": "1.0.0", "description": "Eine spielerische To-Do- & Belohnungs-App für Kinder und Eltern mit verschiedenen Themes", "main": "server.js", "homepage": "https://github.com/DEIN-USERNAME/todo-kids", "repository": { "type": "git", "url": "git+https://github.com/DEIN-USERNAME/todo-kids.git" }, "bugs": { "url": "https://github.com/DEIN-USERNAME/todo-kids/issues" }, "scripts": { "start": "node server.js", "dev": "nodemon server.js", "client": "cd client && npm start", "server": "nodemon server.js", "build": "cd client && npm run build", "heroku-postbuild": "cd client && npm install && npm run build" }, "keywords": ["todo", "family", "kids", "rewards", "gamification", "react", "material-ui", "themes", "children"], "author": "ToDo Kids Team", "license": "MIT", "dependencies": { "express": "^4.18.2", "mongoose": "^7.5.0", "cors": "^2.8.5", "dotenv": "^16.3.1", "bcryptjs": "^2.4.3", "jsonwebtoken": "^9.0.2", "express-validator": "^7.0.1" }, "devDependencies": { "nodemon": "^3.0.1" } }