kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
72 wiersze
1.5 KiB
JSON
72 wiersze
1.5 KiB
JSON
![]() |
{
|
||
![]() |
"name": "@agentic/core",
|
||
|
"version": "7.6.9",
|
||
|
"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": "./src/index.ts",
|
||
|
"exports": {
|
||
|
".": "./src/index.ts"
|
||
|
},
|
||
|
"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:",
|
||
|
"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",
|
||
|
"files": [
|
||
|
"dist"
|
||
|
],
|
||
![]() |
"types": "./dist/index.ts",
|
||
![]() |
"exports": {
|
||
|
".": {
|
||
|
"types": "./dist/index.d.ts",
|
||
|
"import": "./dist/index.js",
|
||
|
"default": "./dist/index.js"
|
||
|
}
|
||
|
}
|
||
![]() |
}
|
||
|
}
|