{ "name": "nextjs-todo-app", "version": "1.0.0", "description": "A simple todo list app using Next.js", "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint --fix" }, "dependencies": { "next": "^12.0.0", "next-types": "^2.0.0" } }