24 lines
426 B
JSON
24 lines
426 B
JSON
{
|
|
"type": "module",
|
|
"private": true,
|
|
"workspaces": {
|
|
"packages": [
|
|
"packages/*"
|
|
],
|
|
"catalog": {
|
|
"typescript": "5.8.2",
|
|
"@types/node": "22.13.9",
|
|
"zod": "3.24.2",
|
|
"ai": "4.3.16",
|
|
"@tsconfig/bun": "^1.0.8"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"validate": "bun script/validate.ts"
|
|
},
|
|
"dependencies": {
|
|
"@cloudflare/workers-types": "^4.20250801.0",
|
|
"sst": "3.17.5"
|
|
}
|
|
}
|