chatgpt-api/legacy/packages/stdlib/package.json

115 wiersze
3.3 KiB
JSON

{
"name": "@agentic/stdlib",
"version": "7.6.6",
"description": "Standard library of AI functions which work with any LLM and TypeScript AI SDK.",
"author": "Travis Fischer <travis@transitivebullsh.it>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/transitive-bullshit/agentic.git",
"directory": "packages/stdlib"
},
"type": "module",
"source": "./src/index.ts",
"types": "./dist/index.d.ts",
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"clean": "del dist",
"test": "run-s test:*",
"test:lint": "eslint .",
"test:typecheck": "tsc --noEmit"
},
"dependencies": {
"@agentic/airtable": "workspace:*",
"@agentic/apollo": "workspace:*",
"@agentic/arxiv": "workspace:*",
"@agentic/bing": "workspace:*",
"@agentic/brave-search": "workspace:*",
"@agentic/calculator": "workspace:*",
"@agentic/clearbit": "workspace:*",
"@agentic/core": "workspace:*",
"@agentic/dexa": "workspace:*",
"@agentic/diffbot": "workspace:*",
"@agentic/duck-duck-go": "workspace:*",
"@agentic/e2b": "workspace:*",
"@agentic/exa": "workspace:*",
"@agentic/firecrawl": "workspace:*",
"@agentic/github": "workspace:*",
"@agentic/google-custom-search": "workspace:*",
"@agentic/google-docs": "workspace:*",
"@agentic/google-drive": "workspace:*",
"@agentic/gravatar": "workspace:*",
"@agentic/hacker-news": "workspace:*",
"@agentic/hunter": "workspace:*",
"@agentic/jina": "workspace:*",
"@agentic/leadmagic": "workspace:*",
"@agentic/midjourney": "workspace:*",
"@agentic/mcp": "workspace:*",
"@agentic/notion": "workspace:*",
"@agentic/novu": "workspace:*",
"@agentic/open-meteo": "workspace:*",
"@agentic/people-data-labs": "workspace:*",
"@agentic/perigon": "workspace:*",
"@agentic/polygon": "workspace:*",
"@agentic/predict-leads": "workspace:*",
"@agentic/proxycurl": "workspace:*",
"@agentic/reddit": "workspace:*",
"@agentic/rocketreach": "workspace:*",
"@agentic/searxng": "workspace:*",
"@agentic/serpapi": "workspace:*",
"@agentic/serper": "workspace:*",
"@agentic/slack": "workspace:*",
"@agentic/social-data": "workspace:*",
"@agentic/tavily": "workspace:*",
"@agentic/twilio": "workspace:*",
"@agentic/twitter": "workspace:*",
"@agentic/typeform": "workspace:*",
"@agentic/weather": "workspace:*",
"@agentic/wikidata": "workspace:*",
"@agentic/wikipedia": "workspace:*",
"@agentic/wolfram-alpha": "workspace:*",
"@agentic/youtube": "workspace:*",
"@agentic/zoominfo": "workspace:*",
"@e2b/code-interpreter": "catalog:"
},
"peerDependencies": {
"zod": "catalog:"
},
"keywords": [
"agentic",
"ai",
"sdk",
"openai",
"llm",
"tools",
"functions",
"stdlib",
"standard",
"library",
"functions",
"typescript",
"agent",
"agents",
"ai tools",
"ai functions",
"ai function calling",
"ai tool calling",
"tool use"
],
"publishConfig": {
"access": "public"
}
}