-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.evm.json
More file actions
37 lines (37 loc) · 902 Bytes
/
package.evm.json
File metadata and controls
37 lines (37 loc) · 902 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
33
34
35
36
37
{
"name": "@depay/react-token-image-evm",
"moduleName": "ReactTokenImage",
"version": "6.0.0",
"description": "React component to display token images with fallbacks and unknown state.",
"main": "./dist/umd/index.evm.js",
"module": "./dist/esm/index.evm.js",
"files": [
"dist"
],
"repository": "git@github.com:DePayFi/react-token-image.git",
"keywords": [
"react",
"token",
"image",
"crypto",
"cryptocurrencies"
],
"author": "depay.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/DePayFi/react-token-image/issues"
},
"homepage": "https://depay.com",
"private": false,
"peerDependencies": {
"@depay/web3-blockchains": "^9.7.9",
"@depay/web3-client-evm": "^11.0.1",
"@depay/web3-tokens-evm": "^11.0.0",
"ethers": "^5.7.1",
"react": "^18",
"react-dom": "^18"
},
"engines": {
"node": ">=16"
}
}