working on the api now

This commit is contained in:
Eclypsed
2024-01-30 12:27:37 -05:00
parent 675e2b2d68
commit fcbcf6780d
4 changed files with 53 additions and 6 deletions

11
package-lock.json generated
View File

@@ -13,7 +13,8 @@
"@types/jsonwebtoken": "^9.0.5",
"bcrypt-ts": "^5.0.1",
"better-sqlite3": "^9.3.0",
"jsonwebtoken": "^9.0.2"
"jsonwebtoken": "^9.0.2",
"zod": "^3.22.4"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
@@ -3621,6 +3622,14 @@
"engines": {
"node": ">= 14"
}
},
"node_modules/zod": {
"version": "3.22.4",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.22.4.tgz",
"integrity": "sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==",
"funding": {
"url": "https://github.com/sponsors/colinhacks"
}
}
}
}