-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
38 lines (38 loc) · 1.05 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
35
36
37
38
{
"name": "@nilfoundation/evm-mina-state",
"version": "1.0.7",
"devDependencies": {
"@nilfoundation/evm-placeholder-verification": "1.0.14",
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"@nomiclabs/hardhat-ethers": "^2.2.2",
"@openzeppelin/contracts": ">=4.7.2",
"dotenv": "^16.0.3",
"ethers": "^5.7.2",
"hardhat": "^2.13.0",
"hardhat-contract-sizer": "^2.8.0",
"hardhat-deploy": "^0.11.25",
"hardhat-deploy-ethers": "0.4.0-next.1",
"install": "^0.13.0",
"npm": "^9.6.4"
},
"directories": {
"src": "src",
"test": "test"
},
"main": "src/common.js",
"repository": {
"type": "git",
"url": "https://github.com/nilfoundation/mina-state-proof.git"
},
"author": "=nil; Foundation",
"license": "Apache",
"bugs": {
"url": "https://github.com/nilfoundation/mina-state-proof/issues"
},
"homepage": "https://github.com/nilfoundation/mina-state-proof#readme",
"description": "In-EVM Mina State Management",
"dependencies": {
"lossless-json": "^2.0.8",
"tarball": "^0.0.5"
}
}