-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
35 lines (35 loc) · 1.08 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
{
"name": "debridge-contracts",
"version": "1.0.0",
"description": "",
"scripts": {
"precompile": "mkdir -p build/contracts/ && cp precompiled/* build/contracts/",
"compile": "truffle compile",
"migrate": "truffle migrate",
"verify": "truffle run verify WhiteAggregator WhiteDebridge ",
"vefrify": "truffle run verify WhiteAggregator WhiteDebridge ",
"start-ganache": "ganache-cli",
"test": "truffle test --network test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KStasi/debridge-contracts.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/KStasi/debridge-contracts/issues"
},
"homepage": "https://github.com/KStasi/debridge-contracts#readme",
"dependencies": {
"@chainlink/contracts": "^0.1.6",
"@openzeppelin/contracts": "4.0.0-rc.0",
"@openzeppelin/test-helpers": "^0.5.10",
"@truffle/hdwallet-provider": "^1.2.3",
"dotenv-flow": "^3.2.0",
"eth-gas-reporter": "^0.2.22",
"truffle": "^5.2.4",
"truffle-plugin-verify": "^0.5.7",
"web3": "^1.3.4"
}
}