-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.05 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
{
"name": "debond-exchange",
"version": "1.0.0",
"description": "",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"generate-types": "npx typechain --target=truffle-v5 'build/contracts/*.json'"
},
"author": "",
"license": "ISC",
"dependencies": {
"@debond-protocol/debond-governance-contracts": "0.0.3",
"@debond-protocol/debond-token-contracts": "0.0.4",
"@openzeppelin/contracts": "^4.5.0",
"erc3475": "0.0.2"
},
"devDependencies": {
"@openzeppelin/test-helpers": "^0.5.15",
"@typechain/truffle-v5": "^5.1.0",
"@types/chai": "^4.2.22",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.2",
"chai-as-promised": "^7.1.1",
"eth-gas-reporter": "^0.2.23",
"prettier": "^2.6.2",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"truffle": "^5.1.65",
"truffle-hdwallet-provider": "^1.0.6",
"truffle-plugin-verify": "^0.5.24",
"ts-node": "^10.3.0",
"typechain": "^5.2.0",
"typescript": "^4.4.4",
"web3": "^1.7.1",
"dotenv": "^16.0.0"
}
}