UNPKG

@coinbase/agentkit-vercel-ai-sdk

Version:

Vercel AI SDK extension of CDP Agentkit

54 lines (53 loc) 1.54 kB
{ "name": "@coinbase/agentkit-vercel-ai-sdk", "version": "0.1.0", "description": "Vercel AI SDK extension of CDP Agentkit", "repository": "https://github.com/coinbase/agentkit", "author": "Coinbase Inc.", "license": "Apache-2.0", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "lint": "eslint -c .eslintrc.json \"src/**/*.ts\"", "lint:fix": "eslint -c .eslintrc.json \"src/**/*.ts\" --fix", "format": "prettier -c .prettierrc --write \"**/*.{ts,js,cjs,json,md}\"", "format:check": "prettier -c .prettierrc --check \"**/*.{ts,js,cjs,json,md}\"", "check": "tsc --noEmit", "test": "npx jest --no-cache --testMatch='**/*.test.ts'", "test:dry-run": "npm install && npm ci && npm publish --dry-run", "test:e2e": "npx jest --no-cache --testMatch=**/e2e.ts --coverageThreshold '{}'", "test:types": "tsd --files src/tests/types.test-d.ts", "clean": "rm -rf dist/*", "prepack": "tsc", "docs": "typedoc --entryPoints ./src --entryPointStrategy expand --exclude ./src/tests/**/*.ts", "docs:serve": "http-server ./docs", "dev": "tsc --watch" }, "keywords": [ "coinbase", "sdk", "crypto", "cdp", "agentkit", "ai", "agent", "nodejs", "typescript", "vercel", "ai-sdk" ], "dependencies": { "zod": "^3.22.4" }, "devDependencies": { "@coinbase/agentkit": "0.3.0" }, "peerDependencies": { "@coinbase/agentkit": ">=0.1.0", "ai": "^4.1.16" } }