mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
20 lines
327 B
JSON
20 lines
327 B
JSON
{
|
|
"name": "@opencode-ai/util",
|
|
"version": "1.0.168",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
"./*": "./src/*.ts"
|
|
},
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"zod": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "catalog:",
|
|
"@types/bun": "catalog:"
|
|
}
|
|
}
|