UNPKG

@coinbase/cdp-sdk

Version:

SDK for interacting with the Coinbase Developer Platform Wallet API

47 lines 1.09 kB
{ "name": "@coinbase/cdp-sdk", "version": "1.34.0", "description": "SDK for interacting with the Coinbase Developer Platform Wallet API", "main": "./_cjs/index.js", "module": "./_esm/index.js", "types": "./_types/index.d.ts", "exports": { ".": { "types": "./_types/index.d.ts", "import": "./_esm/index.js", "default": "./_cjs/index.js" }, "./auth": { "types": "./_types/auth/index.d.ts", "import": "./_esm/auth/index.js", "default": "./_cjs/auth/index.js" } }, "dependencies": { "@solana/spl-token": "^0.4.13", "@solana/web3.js": "^1.98.1", "abitype": "1.0.6", "axios": "^1.8.2", "axios-retry": "^4.5.0", "jose": "^6.0.8", "md5": "^2.3.0", "uncrypto": "^0.1.3", "viem": "^2.21.26", "zod": "^3.24.4" }, "author": "Coinbase Inc.", "repository": "https://github.com/coinbase/cdp-sdk", "license": "MIT", "files": [ "*", "!**/*.test.ts" ], "keywords": [ "coinbase", "coinbase developer platform", "coinbase sdk", "cdp sdk", "sdk", "api" ] }