-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.1 KB
/
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
31
32
33
34
35
36
37
38
39
40
{
"name": "masterchef",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
"@nomicfoundation/solidity-analyzer": "^0.1.0",
"@types/chai": "^4.3.3",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.18",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"chai": "^4.3.6",
"ethers": "^5.7.1",
"hardhat": "^2.12.6",
"hardhat-contract-sizer": "^2.6.1",
"hardhat-deploy": "^0.11.15",
"prettier": "^2.7.1",
"solhint": "^3.3.7",
"ts-node": "^10.9.1",
"typescript": "^4.8.3"
},
"dependencies": {
"@glif/filecoin-address": "^2.0.20",
"@openzeppelin/contracts": "^4.8.1",
"@openzeppelin/contracts-upgradeable": "^4.8.1",
"@zondax/filecoin-solidity": "^4.0.2",
"@zondax/izari-filecoin": "^0.5.1",
"cross-fetch": "^3.1.5",
"dotenv": "^16.0.3",
"solidity-bytes-utils": "^0.8.0"
}
}