Update package.json

This commit is contained in:
Aj - Thomas
2022-05-09 18:25:29 +02:00
parent 6dc114a42b
commit a51cb5d777

View File

@@ -1,7 +1,12 @@
{
"name": "mantine-next-template",
"version": "1.0.0",
"private": true,
"name": "homarr",
"version": "0.0.1",
"private": "false",
"description": "Customizable browser's home page to interact with your homeserver's Docker containers (i.e. Sonarr/Radarr)",
"repository": {
"type": "git",
"url": "https://github.com/ajnart/myhomepage"
},
"scripts": {
"dev": "next dev",
"build": "next build",
@@ -76,4 +81,4 @@
"ts-jest": "^27.1.4",
"typescript": "4.6.3"
}
}
}