-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
46 lines (46 loc) · 1.28 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
46
{
"name": "argent-trustlists",
"version": "1.0.0",
"description": "Dapp Registry",
"main": "index.js",
"scripts": {
"compile": "npx hardhat compile",
"coverage": "npx hardhat coverage",
"test": "npx hardhat test"
},
"author": "Argent Labs",
"repository": {
"type": "git",
"url": "git+https://github.com/argentlabs/argent-trustlists.git"
},
"license": "GPL-3.0-only",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-truffle5": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@types/chai": "^4.2.22",
"@types/inquirer": "^8.1.3",
"@types/lodash.clonedeep": "^4.5.6",
"@types/lodash.merge": "^4.6.6",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.7",
"chai": "^4.3.4",
"dotenv": "^9.0.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.4.6",
"hardhat": "^2.6.2",
"solidity-coverage": "^0.7.17",
"ts-node": "^10.4.0",
"typescript": "^4.4.4",
"web3": "^1.5.2"
},
"dependencies": {
"@rumblefishdev/hardhat-kms-signer": "argentlabs/hardhat-kms-signer#add-eth_sign-method",
"aws-sdk": "^2.993.0",
"ethereumjs-util": "^7.0.0",
"fs": "0.0.1-security",
"inquirer": "^8.1.2",
"lodash.clonedeep": "^4.5.0"
}
}