UNPKG

@gemini-wallet/core

Version:

Core SDK for Gemini Wallet integration with popup communication

64 lines (63 loc) 1.55 kB
{ "name": "@gemini-wallet/core", "version": "0.3.0", "description": "Core SDK for Gemini Wallet integration with popup communication", "main": "./dist/index.cjs", "types": "./dist/index.d.ts", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/gemini/gemini-wallet-core.git" }, "homepage": "https://keys.gemini.com", "bugs": { "url": "https://github.com/gemini/gemini-wallet-core/issues" }, "license": "MIT", "author": "Gemini", "files": [ "dist", "src", "README.md", "LICENSE" ], "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.cjs", "types": "./dist/index.d.ts" }, "./package.json": "./package.json" }, "scripts": { "build": "bun run build.config.ts", "build:prod": "NODE_ENV=production bun run build.config.ts --production", "dev": "bun build src/index.ts --outdir dist --target node --format esm --watch", "typecheck": "tsc --noEmit", "lint": "eslint src/**/*.ts", "lint:fix": "eslint src/**/*.ts --fix", "test": "bun test" }, "dependencies": { "@metamask/rpc-errors": "7.0.2", "eventemitter3": "5.0.1" }, "devDependencies": { "@gemini-wallet/eslint-config": "workspace:*", "@types/node": "^20.14.9", "eslint": "^9.33.0", "typescript": "^5.5.3" }, "peerDependencies": { "viem": ">=2.0.0" }, "keywords": [ "gemini", "wallet", "sdk", "ethereum", "web3", "crypto" ], "module": "./dist/index.js" }