mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-28 19:08:32 +08:00
35 lines
973 B
JSON
35 lines
973 B
JSON
{
|
|
"name": "shared",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "shared",
|
|
"dependencies": {
|
|
"@ts-rest/core": "3.45.2",
|
|
"zod": "3.23.8"
|
|
}
|
|
},
|
|
"node_modules/@ts-rest/core": {
|
|
"version": "3.45.2",
|
|
"resolved": "https://registry.npmjs.org/@ts-rest/core/-/core-3.45.2.tgz",
|
|
"integrity": "sha512-Eiv+Sa23MbsAd1Gx9vNJ+IFCDyLZNdJ+UuGMKbFvb+/NmgcBR1VL1UIVtEkd5DJxpYMMd8SLvW91RgB2TS8iPw==",
|
|
"peerDependencies": {
|
|
"zod": "^3.22.3"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"zod": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"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==",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/colinhacks"
|
|
}
|
|
}
|
|
}
|
|
}
|