-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.25 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
{
"name": "epoxy",
"version": "1.0.0",
"description": "an adhesive method for cultivating cohesive communities",
"repository": "https://github.com/xlnt/epoxy",
"author": "one of the many matts",
"license": "Apache-2.0",
"private": false,
"scripts": {
"build": "yarn hardhat compile",
"test": "yarn hardhat test",
"coverage": "yarn hardhat coverage"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-solhint": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^4.2.0",
"@typechain/ethers-v5": "^7.0.1",
"@typechain/hardhat": "^2.1.2",
"@types/chai": "^4.2.21",
"@types/mocha": "^8.2.3",
"@types/node": "^16.0.3",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"chai": "^4.3.4",
"eslint": "^7.30.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.4.1",
"hardhat": "^2.4.3",
"mocha": "^9.0.2",
"prettier": "^2.3.2",
"solidity-coverage": "^0.7.16",
"ts-node": "^10.0.0",
"typechain": "^5.1.1",
"typescript": "^4.3.5"
},
"resolutions": {
"@solidity-parser/parser": "^0.13.2"
}
}