-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.16 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.16 KB
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": "lis_eth",
"version": "1.0.0",
"description": "LIS ethereum based project",
"main": "index.js",
"scripts": {
"test": "npx hardhat test",
"test_gas": "REPORT_GAS=true npx hardhat test",
"start": "npx hardhat node",
"compile": "npx hardhat compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RealisNetwork/lis_eth.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/RealisNetwork/lis_eth/issues"
},
"homepage": "https://github.com/RealisNetwork/lis_eth#readme",
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"@nomicfoundation/hardhat-verify": "^1.0.0",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@openzeppelin/hardhat-upgrades": "^1.26.0",
"@openzeppelin/test-helpers": "^0.5.16",
"chai": "^4.3.7",
"hardhat": "^2.14.0",
"hardhat-contract-sizer": "^2.8.0",
"solc": "0.8.17"
},
"dependencies": {
"@opengsn/contracts": "^3.0.0-beta.6",
"@opengsn/provider": "^3.0.0-beta.6",
"@openzeppelin/contracts": "^4.8.3",
"dotenv": "^16.0.3",
"operator-filter-registry": "^1.4.2",
"solmate": "^6.1.0"
}
}