diff --git a/package.json b/package.json index c798974..d8763a3 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,25 @@ "name": "@lfk/kiosk", "version": "0.0.1", "private": false, + "license": "MIT", + "repository": "https://git.odit.services/lfk/kiosk", + "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" + } + ], "scripts": { "dev": "vite dev", "build": "vite build",