Template
1
0

feat: initial commit

This commit is contained in:
2025-04-18 20:18:50 +00:00
commit 7df57522d2
20 changed files with 2094 additions and 0 deletions

13
package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"dependencies": {
"zod": "next"
},
"devDependencies": {
"@std/assert": "npm:@jsr/std__assert@1.0.12",
"@std/testing": "npm:@jsr/std__testing@1.0.11",
"eslint": "9.24.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"prettier": "3.5.3",
"typescript-eslint": "8.30.1"
}
}