-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 1.02 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
{
"name": "confidential-ai-portfolio-manager",
"version": "1.0.0",
"private": true,
"description": "PL_Genesis hackathon project that combines Zama fhEVM encrypted portfolio logic with Lit Vincent delegated execution.",
"scripts": {
"compile": "hardhat compile",
"clean": "hardhat clean",
"test": "hardhat test",
"deploy:local": "hardhat run scripts/deploy.js --network hardhat",
"deploy:sepolia": "hardhat run scripts/deploy.js --network sepolia",
"interact:demo": "hardhat run scripts/interact.js --network sepolia"
},
"dependencies": {
"@fhevm/hardhat-plugin": "latest",
"@fhevm/solidity": "latest",
"@lit-protocol/vincent-ability-evm-transaction-signer": "latest",
"@lit-protocol/vincent-app-sdk": "latest",
"@openzeppelin/contracts": "^5.1.0",
"@zama-fhe/relayer-sdk": "latest",
"dotenv": "^16.4.7",
"ethers": "^6.13.5",
"ethers5": "npm:ethers@^5.7.2"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"hardhat": "^2.22.18"
}
}