-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.13 KB
/
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
43
44
45
{
"name": "hardhat_metamask_client",
"version": "1.0.37",
"description": "Small project that lets you sign your transactions in hardhat script via metamask",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc; cp src/template.html dist/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deusfinance/Hardhat-metamask-client.git"
},
"keywords": [
"Hardhat",
"Metamask",
"Blockchain",
"Transaction"
],
"author": "Navid Farokhi",
"license": "ISC",
"bugs": {
"url": "https://github.com/deusfinance/Hardhat-metamask-client.git/issues"
},
"homepage": "https://github.com/deusfinance/Hardhat-metamask-client.git#readme",
"dependencies": {
"body-parser": "^1.20.1",
"eta": "^1.12.3",
"express": "^4.18.2",
"open": "^8.4.0",
"@types/express": "^4.17.14"
},
"peerDependencies": {
"@nomicfoundation/hardhat-ethers": "3.x.x",
"hardhat": "2.x.x"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
"typescript": "^4.9.4"
}
}