From f1e7f188251fd6ddeae497865eb07f4c696284d8 Mon Sep 17 00:00:00 2001 From: Lechner Julian - FrauJulian Date: Mon, 7 Jul 2025 16:28:51 +0200 Subject: [PATCH] Add main entry point and repository metadata to package.json --- package.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/package.json b/package.json index eb49720..8379013 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "angular-portfolio-seite", "version": "3.1.11", + "main": "src/server.ts", "scripts": { "dev": "npm run updateProjectVersion && ng serve", "test": "ng test", @@ -11,6 +12,16 @@ "buildProduction": "npm run clean && ng build --configuration production && echo SUCCEED PROD BUILD && npm run updateProjectVersion", "start": "node dist/server/server.mjs" }, + "repository": { + "type": "git", + "url": "git+https://github.com/FrauJulian/Personal-Portfolio-Website" + }, + "author": { + "name": "Lechner Julian", + "nickname": "FrauJulian", + "email": "contact@fraujulian.xyz", + "website": "https://fraujulian.xyz/" + }, "private": true, "dependencies": { "@angular/animations": "^19.2.14",