Added extra info to package

This commit is contained in:
Nicolai Ort 2023-04-25 20:57:12 +02:00
parent dbe38c28f2
commit 28e161269c
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
1 changed files with 31 additions and 4 deletions

View File

@ -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"
}
}