N-FIN-v1.0.0: update package.json

This commit is contained in:
Markus Thielker 2024-03-11 05:04:39 +01:00
parent 0275c67365
commit 6fa07eb1a9
No known key found for this signature in database
2 changed files with 13 additions and 3 deletions

4
package-lock.json generated
View file

@ -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",

View file

@ -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",