13 lines
282 B
JSON
13 lines
282 B
JSON
{
|
|
"name": "itender",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"repository": "https://git.dateien.org/TobiasH/itender.git",
|
|
"author": "Tobias Hopp <thopp@conet.de>",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^22.15.14",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|