-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 940 Bytes
/
package.json
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
39
40
41
42
{
"dependencies": {
"@metamask/detect-provider": "^2.0.0",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"ethers": "^5.7.2",
"react": "^18.2.0"
},
"name": "usechain",
"version": "1.1.1",
"description": "An npm package to connect with web3 wallets and deploy smart contracts",
"main": "useChain.js",
"type": "module",
"devDependencies": {
"mocha": "^10.3.0"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rakesh-sahoo07/useChain.git"
},
"keywords": [
"blockchain",
"metamask",
"smartcontract",
"web3",
"phantom",
"useChain",
"cryptocurrency",
"ethereum",
"hardhat",
"wallet",
"connect wallet"
],
"author": "Rakesh sahoo",
"license": "MIT",
"bugs": {
"url": "https://github.com/Rakesh-sahoo07/useChain/issues"
},
"homepage": "https://github.com/Rakesh-sahoo07/useChain#readme"
}