diff --git a/package.json b/package.json index 5c255d5..8f0cf32 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,24 @@ "version": "1.0.0", "main": "src/app.ts", "repository": "https://git.odit.services/lfk/backend", - "author": "Philipp Dormann ", - "license": "MIT", + "author": { + "name" : "ODIT.Services", + "email" : "info@odit.services", + "url" : "https://odit.services" + }, + "contributors":[ + { + "name": "Philipp Dormann", + "email": "philipp@philippdormann.de", + "url": "https://philippdormann.de" + }, + { + "name": "Nicolai Ort", + "email": "info@nicolai-ort.com", + "url": "https://nicolai-ort.com" + } + ], + "license": "CC-BY-NC-SA-4.0", "dependencies": { "consola": "^2.15.0", "express": "^4.17.1",