chatgpt-api/legacy/examples/genkit/package.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:"
}
}