@atomiqlabs/chain-evm
Version:
EVM specific base implementation
40 lines (39 loc) • 841 B
JSON
{
"name": "@atomiqlabs/chain-evm",
"version": "1.1.15",
"description": "EVM specific base implementation",
"main": "./dist/index.js",
"types:": "./dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"/dist",
"/src"
],
"keywords": [
"EVM",
"Ethereum",
"Bitcoin",
"Cross-chain",
"Cryptocurrency",
"Bridge",
"Trustless"
],
"author": "adambor",
"license": "Apache-2.0",
"dependencies": {
"@atomiqlabs/base": "^12.0.1",
"@noble/hashes": "^1.8.0",
"@scure/btc-signer": "^1.6.0",
"buffer": "6.0.3",
"promise-cache-ts": "0.0.7",
"promise-queue-ts": "1.0.0"
},
"peerDependencies": {
"ethers": "^6.15.0"
},
"devDependencies": {
"typescript": "^5.8.3"
}
}