-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 812 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 812 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
28
29
30
31
32
{
"name": "praxos",
"version": "1.0.0",
"description": "AI-Generated ERC-4626 Vaults Built From ERC-3643 Real-World Assets",
"main": "index.js",
"scripts": {
"compile": "hardhat compile",
"test": "hardhat test",
"deploy": "hardhat run scripts/deploy.mjs --network rayls_devnet",
"node": "hardhat node",
"clean": "hardhat clean"
},
"keywords": [
"ethereum",
"defi",
"vaults",
"rwa",
"erc-4626",
"erc-3643"
],
"author": "",
"license": "MIT",
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@openzeppelin/contracts": "^5.1.0",
"hardhat": "^2.22.0"
},
"dependencies": {
"dotenv": "^16.4.5",
"chalk": "^4.1.2"
}
}