Initial commit

This commit is contained in:
t3xhno
2024-07-31 11:11:34 +02:00
commit d3423779dc
7 changed files with 652 additions and 0 deletions

9
package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"scripts": {
"test": "node --import tsx --test tests/*.test.*s"
},
"devDependencies": {
"@types/node": "^22.0.0",
"tsx": "^4.16.3"
}
}