team-1/package-lock.json
2025-08-01 21:10:03 +02:00

21 lines
515 B
JSON

{
"name": "team-1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"zod": "^4.0.14"
}
},
"node_modules/zod": {
"version": "4.0.14",
"resolved": "https://registry.npmjs.org/zod/-/zod-4.0.14.tgz",
"integrity": "sha512-nGFJTnJN6cM2v9kXL+SOBq3AtjQby3Mv5ySGFof5UGRHrRioSJ5iG680cYNjE/yWk671nROcpPj4hAS8nyLhSw==",
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/colinhacks"
}
}
}
}