25 lines
701 B
JSON
25 lines
701 B
JSON
{
|
|
"name": "@app/shared",
|
|
"version": "1.0.0",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "@app/shared",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"zod": "^4.1.12"
|
|
}
|
|
},
|
|
"node_modules/zod": {
|
|
"version": "4.1.12",
|
|
"resolved": "https://registry.npmjs.org/zod/-/zod-4.1.12.tgz",
|
|
"integrity": "sha512-JInaHOamG8pt5+Ey8kGmdcAcg3OL9reK8ltczgHTAwNhMys/6ThXHityHxVV2p3fkw/c+MAvBHFVYHFZDmjMCQ==",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/colinhacks"
|
|
}
|
|
}
|
|
}
|
|
}
|