-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 995 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
{
"name": "greeter-example",
"version": "1.0.0",
"description": "Contract configured to be deployed to layer-2 zkSync rollup",
"repository": {
"type": "git",
"url": "git+https://github.com/ILESKOV/zkSync-test-contract.git"
},
"keywords": [
"zero-knowledge",
"zkSync",
"rollup",
"layer2",
"solution"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ILESKOV/zkSync-test-contract/issues"
},
"homepage": "https://github.com/ILESKOV/zkSync-test-contract#readme",
"packageManager": "yarn@3.2.3",
"devDependencies": {
"@ethersproject/hash": "^5.7.0",
"@ethersproject/web": "^5.7.0",
"@matterlabs/hardhat-zksync-deploy": "^0.4.0",
"@matterlabs/hardhat-zksync-solc": "^0.3.7",
"ethers": "^5.7.0",
"hardhat": "^2.11.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.2",
"zksync-web3": "^0.8.1"
},
"dependencies": {
"@openzeppelin/contracts": "^4.7.3",
"dotenv": "^16.0.2"
}
}