scripts/package.json

35 lines
646 B
JSON
Raw Permalink Normal View History

2023-04-25 17:02:06 +00:00
{
2023-04-25 18:57:12 +00:00
"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"
},
"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"
}
],
2023-04-25 17:02:06 +00:00
"dependencies": {
2023-04-25 18:57:12 +00:00
"@odit/lfk-client-node": "1.1.1",
"dotenv": "s16.0.3"
},
"type": "module",
"volta": {
"node": "19.9.0"
2023-04-25 17:30:23 +00:00
},
2023-04-25 18:57:12 +00:00
"engines": {
"pnpm": "8"
}
2023-04-25 17:02:06 +00:00
}