chatgpt-api/examples/search/package.json

33 wiersze
867 B
JSON

{
"name": "@agentic/examples-search",
"private": true,
"author": "Travis Fischer <travis@transitivebullsh.it>",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/transitive-bullshit/agentic.git",
"directory": "examples/search"
},
"type": "module",
"source": "./src/worker.ts",
"scripts": {
"dev": "wrangler dev",
"deploy": "wrangler deploy --outdir dist --upload-source-maps",
"test": "run-s test:*",
"test:typecheck": "tsc --noEmit"
},
"dependencies": {
"@agentic/platform": "workspace:*",
"@agentic/serper": "catalog:",
"@hono/mcp": "catalog:",
"@modelcontextprotocol/sdk": "catalog:",
"dotenv": "catalog:",
"hono": "catalog:",
"zod": "catalog:"
},
"devDependencies": {
"@cloudflare/workers-types": "catalog:",
"wrangler": "catalog:"
}
}