genkitx-anthropic
Version:
Firebase Genkit AI framework plugin for Anthropic APIs.
70 lines (69 loc) • 1.53 kB
JSON
{
"name": "genkitx-anthropic",
"description": "Firebase Genkit AI framework plugin for Anthropic APIs.",
"keywords": [
"genkit",
"genkit-plugin",
"genkit-model",
"anthropic",
"anthropic-ai",
"claude-4",
"haiku-4",
"opus",
"haiku",
"sonnet",
"ai",
"genai",
"generative-ai"
],
"version": "0.30.0",
"type": "commonjs",
"repository": {
"type": "git",
"url": "git+https://github.com/BloomLabsInc/genkit-plugins.git",
"directory": "plugins/anthropic"
},
"author": "BloomLabsInc",
"license": "Apache-2.0",
"peerDependencies": {
"genkit": "^1.19.3"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.39.0"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/node": "^20.12.12",
"jest": "^29.7.0",
"npm-run-all": "^4.1.5",
"rimraf": "^6.0.1",
"ts-jest": "^29.1.2",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
"types": "./lib/index.d.ts",
"exports": {
".": {
"require": "./lib/index.js",
"import": "./lib/index.mjs",
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
}
},
"files": [
"lib"
],
"publishConfig": {
"provenance": true,
"access": "public"
},
"scripts": {
"check": "tsc",
"compile": "tsup-node",
"build:clean": "rimraf ./lib",
"build": "npm-run-all build:clean check compile",
"build:watch": "tsup-node --watch",
"test": "jest --coverage"
},
"gitHead": "42284be37a43bb7d0d263710b2fa2e98af68bcf9"
}