-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.03 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.03 KB
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": "ham",
"version": "1.0.0",
"description": "ham protocol repo",
"main": "index.js",
"scripts": {
"build": "buidler compile && buidler typechain",
"test": "buidler test"
},
"author": "",
"license": "ISC",
"dependencies": {
"ethers": "^5.0.8",
"ethers-eip712": "^0.2.0"
},
"devDependencies": {
"@nomiclabs/buidler": "^1.4.3",
"@nomiclabs/buidler-ethers": "^2.0.0",
"@nomiclabs/buidler-waffle": "^2.0.0",
"@openzeppelin/contracts": "^2.5.0",
"@typechain/ethers-v5": "^1.0.0",
"@types/chai": "^4.2.12",
"@types/mocha": "^8.0.2",
"@types/node": "^14.0.27",
"@uniswap/v2-core": "^1.0.1",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"buidler-contract-sizer": "^1.0.2",
"buidler-deploy": "^0.5.17",
"chai": "^4.2.0",
"ethereum-waffle": "^3.0.2",
"ethereumjs-abi": "^0.6.8",
"ethereumjs-util": "^7.0.4",
"ts-generator": "0.0.8",
"ts-node": "^8.10.2",
"typechain": "^2.0.0",
"typescript": "^3.9.7",
"web3-eth-abi": "^1.2.11"
}
}