-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 903 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
{
"name": "eth-digital-id",
"version": "1.0.0",
"description": "",
"main": "truffle-config",
"scripts": {
"build": "npx buidler compile",
"test": "npx buidler test",
"verify": "npx buidler verify --network ropsten 0xfdef2f714bbd5619b7b05bf889821e09fa4cffa7"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"erc20",
"erc-20",
"eth",
"ethereum"
],
"author": "",
"license": "MIT",
"bugs": {
"url": ""
},
"homepage": "",
"dependencies": {
"@nomiclabs/buidler": "^1.4.7",
"@nomiclabs/buidler-etherscan": "^2.1.0",
"@nomiclabs/buidler-truffle5": "^1.3.4",
"@nomiclabs/buidler-web3": "^1.3.4",
"@openzeppelin/contracts": "^3.2.0",
"buidler-log-remover": "^1.0.1",
"ethers": "^5.0.17",
"mocha": "^8.1.3",
"truffle": "^5.1.41",
"truffle-flattener": "^1.5.0",
"web3": "^1.2.11"
}
}