-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
34 lines (34 loc) · 1.06 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
{
"name": "@vporton/wrap-tokens",
"version": "2.1.7",
"description": "Wrap/lock different kinds of Ethereum tokens in other tokens",
"main": "index.js",
"repository": "[email protected]:vporton/wrap-tokens.git",
"author": "Victor Porton <[email protected]>",
"license": "GPL-3.0",
"scripts": {
"compile": "npx hardhat compile",
"export": "npx hardhat export-artifacts tmp && npx hardhat run scripts/export-bytecode.js && rm -rf tmp"
},
"dependencies": {
"@openzeppelin/contracts": "^3.3.0",
"@symfoni/hardhat-react": "^0.1.6",
"chai-bignumber": "^3.0.0",
"eslint": "^7.11.0",
"hardhat": "^2.9.6",
"hardhat-deploy": "^0.7.0-beta.38",
"hardhat-deploy-ethers": "^0.3.0-beta.7",
"hardhat-typechain": "^0.3.3",
"ts-morph": "^9.0.0",
"typechain": "^4.0.0",
"typechain-target-ethers-v5": "^1.2.2"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"ethereum-waffle": "^3.0.0",
"ethers": "^5.0.0"
}
}