-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 742 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 742 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
{
"name": "chainlink-cre-ai-risk-oracle",
"version": "1.0.0",
"description": "Chainlink CRE AI Risk Oracle - DeFi + AI + Risk Management",
"main": "index.js",
"scripts": {
"compile": "hardhat compile",
"test": "hardhat test",
"deploy:sepolia": "hardhat run scripts/deploy.js --network sepolia",
"deploy:localhost": "hardhat run scripts/deploy.js --network localhost",
"node": "hardhat node",
"chainlink:simulate": "node scripts/simulate-cre.js"
},
"dependencies": {
"@chainlink/contracts": "^1.1.1",
"@openzeppelin/contracts": "^5.0.2",
"dotenv": "^16.4.5",
"ethers": "^6.13.4",
"hardhat": "^2.22.15"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0"
}
}