-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
44 lines (44 loc) · 1.21 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
41
42
43
44
{
"name": "@traderjoe-xyz/joepeg",
"version": "1.0.0",
"repository": "https://github.com/traderjoe-xyz/joepeg.git",
"author": "traderjoexyz",
"license": "MIT",
"directories": {
"test": "test"
},
"files": [
"contracts",
"abi"
],
"scripts": {
"compile": "hardhat compile",
"deploy": "hardhat deploy",
"prettier": "prettier --write 'contracts/**/*.sol'",
"test": "hardhat test"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-etherscan": "^3.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.0",
"@openzeppelin/contracts": "^4.4.1",
"@openzeppelin/contracts-upgradeable": "^4.4.1",
"@openzeppelin/hardhat-upgrades": "^1.12.0",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.5",
"chai": "^4.3.4",
"dotenv": "^14.3.2",
"ethereum-waffle": "^3.1.1",
"ethers": "^5.0.0",
"hardhat": "^2.4.1",
"hardhat-abi-exporter": "^2.8.0",
"hardhat-contract-sizer": "^2.3.0",
"hardhat-deploy": "^0.10.5",
"hardhat-deploy-ethers": "^0.3.0-beta.13",
"husky": "^4.2.5",
"prettier": "^2.5.1",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"solidity-coverage": "^0.7.18"
}
}