-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 781 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 781 Bytes
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
{
"name": "groundvault",
"version": "0.1.0",
"private": true,
"description": "Confidential RWA impact lending vault for Community Land Trusts. iExec Nox + ERC-7984 + ERC-3643 + Arbitrum Sepolia.",
"license": "MIT",
"author": "Stephen Sookra",
"engines": {
"node": ">=20"
},
"scripts": {
"compile": "hardhat compile",
"test": "hardhat test",
"deploy:arb-sepolia": "hardhat run scripts/deploy.js --network arbitrumSepolia"
},
"devDependencies": {
"@iexec-nox/handle": "^0.1.0-beta.10",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"dotenv": "^16.6.1",
"hardhat": "^2.28.6"
},
"dependencies": {
"@iexec-nox/nox-protocol-contracts": "^0.2.2",
"@openzeppelin/contracts": "^5.6.1",
"encrypted-types": "^0.0.4"
}
}