2025-03-20 09:37:16 +00:00
|
|
|
{
|
|
|
|
"name": "@agentic/xsai",
|
2025-06-25 03:07:51 +00:00
|
|
|
"version": "7.6.9",
|
2025-03-20 09:37:16 +00:00
|
|
|
"description": "Agentic adapter for the xsAI SDK.",
|
|
|
|
"author": "Travis Fischer <travis@transitivebullsh.it>",
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2025-04-09 11:06:55 +00:00
|
|
|
"url": "git+https://github.com/transitive-bullshit/agentic.git",
|
2025-06-29 05:17:55 +00:00
|
|
|
"directory": "stdlib/xsai"
|
2025-03-20 09:37:16 +00:00
|
|
|
},
|
|
|
|
"type": "module",
|
|
|
|
"sideEffects": false,
|
2025-06-29 04:07:40 +00:00
|
|
|
"source": "./src/index.ts",
|
|
|
|
"types": "./src/index.ts",
|
2025-03-20 09:37:16 +00:00
|
|
|
"exports": {
|
2025-06-29 04:07:40 +00:00
|
|
|
".": "./src/index.ts"
|
2025-03-20 09:37:16 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "tsup",
|
|
|
|
"clean": "del dist",
|
|
|
|
"test": "run-s test:*",
|
|
|
|
"test:typecheck": "tsc --noEmit",
|
|
|
|
"test:unit": "vitest run"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2025-06-29 05:17:55 +00:00
|
|
|
"@agentic/core": "workspace:*",
|
|
|
|
"@agentic/platform-tool-client": "workspace:*"
|
2025-03-20 09:37:16 +00:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"@xsai/tool": "catalog:"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@xsai/tool": "catalog:"
|
|
|
|
},
|
|
|
|
"publishConfig": {
|
2025-06-29 04:07:40 +00:00
|
|
|
"access": "public",
|
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
|
|
|
"types": "./dist/index.ts",
|
|
|
|
"exports": {
|
|
|
|
".": {
|
|
|
|
"types": "./dist/index.d.ts",
|
|
|
|
"import": "./dist/index.js",
|
|
|
|
"default": "./dist/index.js"
|
|
|
|
}
|
|
|
|
}
|
2025-03-20 09:37:16 +00:00
|
|
|
}
|
|
|
|
}
|