-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.1 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-oracle",
"version": "1.0.0",
"description": "demo test",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"generate-types": "npx typechain --target=truffle-v5 'build/contracts/*.json'",
"test": "truffle test --migrations-directory contracts/artifacts --compile-none "
},
"author": "Debond-team",
"license": "ISC",
"dependencies": {
"@openzeppelin/contracts": "^4.5.0",
"@openzeppelin/test-helpers": "^0.5.15",
"@uniswap/v3-core": "^1.0.1",
"@uniswap/v3-periphery": "^1.4.1"
},
"devDependencies": {
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@typechain/truffle-v5": "^5.1.0",
"@types/chai": "^4.2.22",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.2",
"dotenv": "^16.0.0",
"eth-gas-reporter": "^0.2.23",
"prettier": "^2.6.2",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"truffle": "^5.5.6",
"truffle-hdwallet-provider": "^1.0.17",
"truffle-plugin-verify": "^0.5.26",
"ts-node": "^10.3.0",
"typechain": "^5.2.0",
"typescript": "^4.4.4",
"web3": "^1.7.1"
}
}