-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.14 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
{
"name": "smartcontract-signer",
"version": "1.0.0",
"description": "More safeway to sign messages that will be verified in the Smartcontracts",
"main": "src/gateway.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/gateway.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blocklords/smartcontract-signer.git"
},
"keywords": [
"smartcontract",
"verifier",
"ecrecover",
"sign"
],
"author": "Medet Ahmetson <ahmetson@zoho.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/blocklords/smartcontract-signer/issues"
},
"homepage": "https://github.com/blocklords/smartcontract-signer#readme",
"dependencies": {
"@ethersproject/contracts": "^5.0.10",
"@ethersproject/providers": "^5.4.5",
"@ethersproject/solidity": "^5.0.9",
"amqplib": "^0.8.0",
"chalk": "^4.1.2",
"clear": "^0.1.0",
"clui": "^0.3.6",
"command-line-args": "^5.2.0",
"eth-sig-util": "^3.0.1",
"ethereumjs-util": "^7.1.4",
"ethers": "^5.4.7",
"express": "^4.17.1",
"figlet": "^1.5.2",
"inquirer": "^8.2.0"
}
}