Initial Commit

This commit is contained in:
2025-08-16 14:17:46 -04:00
commit 651a21a035
49 changed files with 1347 additions and 0 deletions

17
examples/package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "@zinntechniker/tools-examples",
"version": "0.0.1",
"type": "module",
"author": {
"name": "Alexander Zinn",
"git+url": "https://github.com/zinntechniker/tools"
},
"devDependencies": {
"@types/bun": "latest",
"@zinntechniker/tools": "latest",
"typescript": "5.5.2"
},
"publishConfig": {
"registry": "https://registry-node.techniker.me"
}
}