forked from vporton/erc20erc777
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 903 Bytes
/
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
40
41
{
"name": "erc20erc777",
"version": "0.0.1",
"description": "Wrap ERC-20 in ERC-777",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/vporton/erc20erc777.git"
},
"keywords": [
"ERC-20",
"ERC-777",
"wrap",
"wrap",
"token",
"wrap",
"tokens"
],
"author": "Victor Porton",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/vporton/erc20erc777/issues"
},
"homepage": "https://github.com/vporton/erc20erc777#readme",
"devDependencies": {
"hardhat": "^2.15.0"
},
"dependencies": {
"@openzeppelin/contracts": "^4.9.1",
"deploy-eip-1820": "^1.0.0",
"ethers": "^5.7.2",
"hardhat-deploy": "^0.11.30",
"hardhat-deploy-ethers": "^0.3.0-beta.13"
},
"directories": {
"test": "test"
}
}