kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
68 wiersze
1.4 KiB
JSON
68 wiersze
1.4 KiB
JSON
{
|
|
"name": "@agentic/core",
|
|
"version": "8.4.4",
|
|
"description": "Agentic AI utils 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": "stdlib/core"
|
|
},
|
|
"type": "module",
|
|
"sideEffects": false,
|
|
"source": "./src/index.ts",
|
|
"types": "./dist/index.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js",
|
|
"default": "./dist/index.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"clean": "del dist",
|
|
"test": "run-s test:*",
|
|
"test:typecheck": "tsc --noEmit",
|
|
"test:unit": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"dedent": "catalog:",
|
|
"delay": "catalog:",
|
|
"jsonrepair": "catalog:",
|
|
"ky": "catalog:",
|
|
"openai-zod-to-json-schema": "catalog:",
|
|
"p-throttle": "catalog:",
|
|
"type-fest": "catalog:",
|
|
"zod-validation-error": "catalog:"
|
|
},
|
|
"peerDependencies": {
|
|
"zod": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"openai-fetch": "catalog:"
|
|
},
|
|
"keywords": [
|
|
"agentic",
|
|
"ai",
|
|
"sdk",
|
|
"openai",
|
|
"llm",
|
|
"tools",
|
|
"stdlib",
|
|
"standard",
|
|
"library",
|
|
"functions",
|
|
"typescript",
|
|
"agent",
|
|
"agents"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|