UNPKG

genkitx-anthropic

Version:

Firebase Genkit AI framework plugin for Anthropic APIs.

68 lines (67 loc) 1.5 kB
{ "name": "genkitx-anthropic", "description": "Firebase Genkit AI framework plugin for Anthropic APIs.", "keywords": [ "genkit", "genkit-plugin", "genkit-model", "anthropic", "anthropic-ai", "claude-3", "opus", "haiku", "sonnet", "ai", "genai", "generative-ai" ], "version": "0.20.0", "type": "commonjs", "repository": { "type": "git", "url": "git+https://github.com/TheFireCo/genkit-plugins.git", "directory": "plugins/anthropic" }, "author": "TheFireCo", "license": "Apache-2.0", "peerDependencies": { "genkit": "^0.9.0 || ^1.0.0" }, "dependencies": { "@anthropic-ai/sdk": "^0.24.0" }, "devDependencies": { "@jest/globals": "^29.7.0", "@types/node": "^20.12.12", "jest": "^29.7.0", "npm-run-all": "^4.1.5", "ts-jest": "^29.1.2", "tsup": "^8.0.2", "typescript": "^5.4.5" }, "types": "./lib/index.d.ts", "exports": { ".": { "require": "./lib/index.js", "default": "./lib/index.js", "import": "./lib/index.mjs", "types": "./lib/index.d.ts" } }, "files": [ "lib" ], "publishConfig": { "provenance": true, "access": "public" }, "scripts": { "check": "tsc", "compile": "tsup-node", "build:clean": "rm -rf ./lib", "build": "npm-run-all build:clean check compile", "build:watch": "tsup-node --watch", "test": "jest --coverage" }, "gitHead": "d0b3886cd784582dee8fe55c80235cc2909db2eb" }