forked from Fathom-Fi/fathom-solidity-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 711 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 711 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
{
"name": "sdkmock",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"prettier": "prettier --write 'contracts/**/*.sol'",
"pre-release": "npm run prettier"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.4",
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
"@openzeppelin/contracts": "^4.7.3",
"@openzeppelin/contracts-upgradeable": "^4.7.3",
"@openzeppelin/hardhat-upgrades": "^2.4.1",
"dotenv": "^16.0.1",
"ethers": "^6.8.1",
"hardhat": "^2.19.0",
"hardhat-deploy": "^0.11.43",
"prettier": "^2.4.1",
"prettier-plugin-solidity": "^1.0.0-beta.18"
}
}