2024-08-04 05:18:08 +00:00
|
|
|
{
|
|
|
|
|
"name": "@agentic/genkit",
|
2025-06-29 11:15:52 +00:00
|
|
|
"version": "8.1.1",
|
2024-08-04 05:18:08 +00:00
|
|
|
"description": "Agentic adapter for the Firebase Genkit AI 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/genkit"
|
2024-08-04 05:18:08 +00:00
|
|
|
},
|
|
|
|
|
"type": "module",
|
|
|
|
|
"sideEffects": false,
|
2025-06-29 04:07:40 +00:00
|
|
|
"source": "./src/index.ts",
|
2025-06-29 07:08:53 +00:00
|
|
|
"types": "./dist/index.ts",
|
2024-08-04 05:18:08 +00:00
|
|
|
"exports": {
|
2025-06-29 07:08:53 +00:00
|
|
|
".": {
|
|
|
|
|
"types": "./dist/index.d.ts",
|
|
|
|
|
"import": "./dist/index.js",
|
|
|
|
|
"default": "./dist/index.js"
|
|
|
|
|
}
|
2024-08-04 05:18:08 +00:00
|
|
|
},
|
2025-06-29 07:08:53 +00:00
|
|
|
"files": [
|
|
|
|
|
"dist"
|
|
|
|
|
],
|
2024-08-04 05:18:08 +00:00
|
|
|
"scripts": {
|
2025-03-18 15:16:05 +00:00
|
|
|
"build": "tsup",
|
2024-08-04 05:18:08 +00:00
|
|
|
"clean": "del dist",
|
|
|
|
|
"test": "run-s test:*",
|
|
|
|
|
"test:typecheck": "tsc --noEmit",
|
|
|
|
|
"test:unit": "vitest run"
|
|
|
|
|
},
|
2024-10-21 23:31:45 +00:00
|
|
|
"dependencies": {
|
2025-06-29 05:17:55 +00:00
|
|
|
"@agentic/core": "workspace:*",
|
|
|
|
|
"@agentic/platform-tool-client": "workspace:*"
|
2024-10-21 23:31:45 +00:00
|
|
|
},
|
2024-08-04 05:18:08 +00:00
|
|
|
"peerDependencies": {
|
2025-03-18 12:35:07 +00:00
|
|
|
"genkit": "catalog:"
|
2024-08-04 05:18:08 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-03-18 12:35:07 +00:00
|
|
|
"genkit": "catalog:"
|
2024-08-04 05:18:08 +00:00
|
|
|
},
|
|
|
|
|
"publishConfig": {
|
2025-06-29 07:08:53 +00:00
|
|
|
"access": "public"
|
2024-08-04 05:18:08 +00:00
|
|
|
}
|
|
|
|
|
}
|