-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 898 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
{
"name": "keycrypt",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:smitrajput/keycrypt.git",
"author": "smitrajput <[email protected]>",
"license": "MIT",
"scripts": {
"test": "NODE_ENV=test hardhat test"
},
"devDependencies": {
"@matterlabs/hardhat-zksync-deploy": "0.6.3",
"@matterlabs/hardhat-zksync-solc": "0.3.15",
"@matterlabs/hardhat-zksync-verify": "0.1.4",
"@matterlabs/zksync-contracts": "0.6.1",
"@nomiclabs/hardhat-etherscan": "3.1.7",
"@openzeppelin/contracts": "4.8.2",
"@openzeppelin/contracts-upgradeable": "4.8.2",
"@types/chai": "4.3.4",
"@types/mocha": "10.0.1",
"chai": "4.3.7",
"ethers": "^5.7.2",
"hardhat": "2.13.0",
"mocha": "10.2.0",
"ts-node": "10.9.1",
"typescript": "5.0.2",
"zksync-web3": "^0.13.1"
},
"dependencies": {
"dotenv": "16.0.3"
}
}