diff --git a/package-lock.json b/package-lock.json index ab2c062..9c1ed7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "next-finances", - "version": "0.1.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "next-finances", - "version": "0.1.0", + "version": "1.0.0", "dependencies": { "@hookform/resolvers": "^3.3.4", "@lucia-auth/adapter-prisma": "^4.0.0", diff --git a/package.json b/package.json index 91f1598..ee21928 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,16 @@ { "name": "next-finances", - "version": "0.1.0", + "description": "A finances application to keep track of my personal spendings", + "homepage": "https://github.com/MarkusThielker/next-finances", + "version": "1.0.0", + "license": "MIT", + "author": { + "name": "Markus Thielker" + }, + "repository": { + "type": "git", + "url": "https://github.com/MarkusThielker/next-finances.git" + }, "private": true, "scripts": { "dev": "next dev",