UNPKG

@agenite/anthropic

Version:
68 lines 1.55 kB
{ "name": "@agenite/anthropic", "version": "0.5.0", "description": "Anthropic provider for Agenite", "private": false, "type": "module", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "dependencies": { "@anthropic-ai/sdk": "^0.39.0", "@agenite/llm": "0.5.0" }, "devDependencies": { "@types/node": "^20.17.30", "tsup": "^8.4.0", "typescript": "^5.8.3", "@repo/tsup-config": "0.1.0", "@repo/eslint-config": "0.2.0", "@repo/typescript-config": "0.1.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "files": [ "dist", "package.json", "README.md", "CHANGELOG.md" ], "keywords": [ "ai", "generative-ai", "anthropic", "claude", "claude-3", "llm", "provider", "typescript", "function-calling", "streaming", "agenite" ], "repository": { "type": "git", "url": "https://github.com/subeshb1/agenite.git", "directory": "packages/provider/anthropic" }, "homepage": "https://github.com/subeshb1/agenite/tree/main/packages/provider/anthropic#readme", "bugs": { "url": "https://github.com/subeshb1/agenite/issues" }, "license": "MIT", "scripts": { "lint": "eslint . --max-warnings 0", "check-types": "tsc --noEmit", "build": "tsup", "dev": "tsup --watch" } }