UNPKG

@turnkey/ethers

Version:

Turnkey Signer for Ethers

73 lines 1.72 kB
{ "name": "@turnkey/ethers", "version": "1.1.31", "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": "Turnkey Signer for Ethers", "keywords": [ "Turnkey", "Ethers", "ethers.js" ], "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": "packages/ethers" }, "files": [ "dist/", "CHANGELOG.md", "README.md" ], "publishConfig": { "access": "public" }, "peerDependencies": { "ethers": "^6.10.0" }, "dependencies": { "@turnkey/http": "3.4.2", "@turnkey/api-key-stamper": "0.4.6", "@turnkey/sdk-server": "4.1.1", "@turnkey/sdk-browser": "5.2.3" }, "devDependencies": { "@nomicfoundation/hardhat-ethers": "3.0.5", "@nomicfoundation/hardhat-network-helpers": "^1.0.8", "@openzeppelin/contracts": "^4.9.0", "@typechain/ethers-v6": "^0.5.1", "@typechain/hardhat": "^9.1.0", "ethers": "^6.10.0", "hardhat": "^2.19.4", "typechain": "^8.3.2" }, "engines": { "node": ">=18.0.0" }, "scripts": { "build": "rollup -c", "clean": "rimraf ./dist ./.cache", "hardhat:clean": "hardhat clean", "compile:contracts": "hardhat compile", "test": "jest", "typecheck": "tsc -p tsconfig.typecheck.json" } }