UNPKG

@turnkey/eip-1193-provider

Version:

EIP-1193 Provider for Turnkey.

62 lines 1.52 kB
{ "name": "@turnkey/eip-1193-provider", "version": "3.3.21", "main": "./dist/index.js", "module": "./dist/index.mjs", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js", "default": "./dist/index.mjs" } }, "types": "./dist/index.d.ts", "license": "Apache-2.0", "description": "EIP-1193 Provider for Turnkey.", "keywords": [ "Turnkey", "EIP-1193", "Ethereum", "Ethereum Provider" ], "author": { "name": "Turnkey", "url": "https://turnkey.com/" }, "homepage": "https://github.com/tkhq/sdk", "bugs": { "url": "https://github.com/tkhq/sdk/issues" }, "repository": { "type": "git", "url": "git+https://github.com/tkhq/sdk.git", "directory": "eip-1193-provider" }, "files": [ "dist/", "CHANGELOG.md", "README.md" ], "publishConfig": { "access": "public" }, "dependencies": { "viem": "2.7.19", "@turnkey/http": "3.6.0", "@turnkey/api-key-stamper": "0.4.7", "@turnkey/sdk-browser": "5.4.1" }, "devDependencies": { "hardhat": "^2.22.2", "typescript": "5.4.3" }, "scripts": { "version": "node -p \"'export const VERSION = ' + JSON.stringify(require('./package.json').name + '@' + require('./package.json').version) + ';'\" > src/version.ts", "build": "rollup -c", "clean": "rimraf ./dist ./.cache", "test": "jest", "anvil": "anvil", "typecheck": "tsc -p tsconfig.typecheck.json" } }