kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
18 wiersze
376 B
JSON
18 wiersze
376 B
JSON
{
|
|
"name": "agentic-examples-genkit",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "run-s test:*",
|
|
"test:lint": "eslint .",
|
|
"test:typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@agentic/genkit": "workspace:*",
|
|
"@agentic/stdlib": "workspace:*",
|
|
"genkit": "catalog:",
|
|
"genkitx-openai": "catalog:",
|
|
"zod": "catalog:"
|
|
}
|
|
}
|