-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.svm.json
More file actions
38 lines (38 loc) · 948 Bytes
/
package.svm.json
File metadata and controls
38 lines (38 loc) · 948 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
38
{
"name": "@depay/react-token-image-svm",
"moduleName": "ReactTokenImage",
"version": "6.0.0",
"description": "React component to display token images with fallbacks and unknown state.",
"main": "./dist/umd/index.solana.js",
"module": "./dist/esm/index.solana.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/solana-web3.js": "^1.98.0",
"@depay/web3-blockchains": "^9.7.9",
"@depay/web3-client-svm": "^11.0.1",
"@depay/web3-tokens-svm": "^11.0.0",
"ethers": "^5.7.1",
"react": "^18",
"react-dom": "^18"
},
"engines": {
"node": ">=16"
}
}