diff --git a/package-lock.json b/package-lock.json index f212c5a..ed99067 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,6 +7,7 @@ "": { "name": "vite-react-typescript-starter", "version": "0.0.0", + "license": "ISC", "dependencies": { "lucide-react": "^0.344.0", "react": "^18.2.0", diff --git a/package.json b/package.json index cc907fd..1b9a51e 100644 --- a/package.json +++ b/package.json @@ -28,5 +28,17 @@ "tailwindcss": "^3.4.1", "typescript": "^5.2.2", "vite": "^7.0.2" - } + }, + "description": "A beautiful, feature-rich todo application built with React, TypeScript, and Tailwind CSS. TaskFlow helps you organize your tasks with priority levels, due dates, and an intuitive interface designed for productivity.", + "main": "eslint.config.js", + "repository": { + "type": "git", + "url": "git+https://github.com/Neer1807/TaskFlow-Modern-Todo-Application.git" + }, + "author": "", + "license": "ISC", + "bugs": { + "url": "https://github.com/Neer1807/TaskFlow-Modern-Todo-Application/issues" + }, + "homepage": "https://github.com/Neer1807/TaskFlow-Modern-Todo-Application#readme" }