add files to vcs

Took 12 hours 2 minutes
This commit is contained in:
2025-05-07 10:47:54 +02:00
parent de33aa514b
commit 64d211d9e8
3 changed files with 3429 additions and 0 deletions

12
package.json Normal file
View File

@ -0,0 +1,12 @@
{
"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"
}
}