-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.evm.json
More file actions
32 lines (32 loc) · 741 Bytes
/
package.evm.json
File metadata and controls
32 lines (32 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "@depay/web3-client-evm",
"moduleName": "Web3Client",
"version": "11.1.10",
"description": "A web3 client to fetch blockchain data just like you are used to with HTTP clients.",
"main": "dist/umd/index.evm.js",
"module": "dist/esm/index.evm.js",
"files": [
"dist"
],
"repository": "git@github.com:DePayFi/web3-client.git",
"keywords": [
"web3",
"client",
"request",
"estimate"
],
"author": "depay.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/DePayFi/web3-client/issues"
},
"homepage": "https://depay.com",
"private": false,
"peerDependencies": {
"@depay/web3-blockchains": "^9.8.8",
"ethers": "^5.7.1"
},
"engines": {
"node": ">=18"
}
}