-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 814 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 814 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
{
"name": "steak",
"version": "1.0.0",
"main": "index.js",
"author": "jsonDoge",
"license": "MIT",
"scripts": {
"test": "hardhat test ./test/*.test.js --network hardhat",
"test:e2e": "hardhat test ./test/e2e.test.js --network hardhat"
},
"dependencies": {
"@openzeppelin/contracts": "^4.8.1",
"@prb/math": "^3.3.0"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^1.0.5",
"@nomiclabs/hardhat-ethers": "^2.2.2",
"bignumber.js": "^9.1.1",
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
"eslint": "^8.33.0",
"ethers": "^5.7.2",
"hardhat": "^2.12.6",
"hardhat-contract-sizer": "^2.7.0",
"prettier": "^2.8.3",
"prettier-plugin-solidity": "^1.1.1",
"solhint": "^3.3.8",
"solhint-plugin-prettier": "^0.0.5"
}
}