forked from mind-network/mind-sap-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 843 Bytes
/
package.json
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
{
"name": "mind-sap-contracts",
"version": "1.0.0",
"description": "The smart contracts for Mind stealth address protocol",
"main": "index.js",
"scripts": {
},
"author": "Mind Network",
"license": "MIT",
"devDependencies": {
"@chainlink/contracts": "^0.8.0",
"@chainlink/contracts-ccip": "^1.2.1",
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"@openzeppelin/contracts": "^4.9.5",
"@openzeppelin/hardhat-upgrades": "^3.0.3",
"csv-parser": "^3.0.0",
"dotenv": "^16.3.1",
"ethers": "^6.11.0",
"hardhat": "^2.19.1",
"install": "^0.13.0",
"npm": "^10.2.5"
},
"dependencies": {
"@openzeppelin/contracts-upgradeable": "^4.9.5",
"@uniswap/v3-core": "^1.0.1",
"@uniswap/v3-periphery": "^1.4.4",
"stable": "^0.1.8"
}
}