Install zod

This commit is contained in:
Daniel Hougaard
2024-08-31 01:19:26 +04:00
parent d4131c048d
commit 951f1d524b
2 changed files with 13 additions and 2 deletions

12
package-lock.json generated
View File

@@ -14,7 +14,8 @@
"@aws-sdk/credential-providers": "^3.637.0",
"@aws-sdk/signature-v4": "^3.374.0",
"axios": "^1.7.5",
"typescript": "^5.5.4"
"typescript": "^5.5.4",
"zod": "^3.23.8"
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.13.5",
@@ -5091,6 +5092,15 @@
"engines": {
"node": ">=10"
}
},
"node_modules/zod": {
"version": "3.23.8",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.23.8.tgz",
"integrity": "sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==",
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/colinhacks"
}
}
}
}