diff --git a/package.json b/package.json index 04f0bab..867e192 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,34 @@ { - "dependencies": { - "@odit/lfk-client-node": "^1.1.1", - "dotenv": "^16.0.3" + "name": "@lfk/scripts", + "private": false, + "license": "MIT", + "repository": "https://git.odit.services/lfk/scripts", + "author": { + "name": "ODIT.Services", + "email": "info@odit.services", + "url": "https://odit.services" }, - "type": "module" + "contributors": [ + { + "name": "Nicolai Ort", + "email": "info@nicolai-ort.com", + "url": "https://nicolai-ort.com" + }, + { + "name": "Philipp Dormann", + "email": "philipp@philippdormann.de", + "url": "https://philippdormann.de" + } + ], + "dependencies": { + "@odit/lfk-client-node": "1.1.1", + "dotenv": "s16.0.3" + }, + "type": "module", + "volta": { + "node": "19.9.0" + }, + "engines": { + "pnpm": "8" + } }