-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.63 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
45
46
47
48
49
50
51
52
53
54
55
{
"name": "pmw-contracts",
"version": "1.0.0",
"description": "Contracts of Prove Me Wrong",
"main": "index.js",
"dependencies": {
"@kleros/dispute-resolver-interface-contract": "^8.0.0",
"@kleros/erc-792": "^8.0.0"
},
"devDependencies": {
"@kleros/file-to-ipfs": "^0.3.2",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-etherscan": "^3.1.8",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"chai": "^4.5.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^5.2.0",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.7.2",
"hardhat": "^2.22.10",
"hardhat-deploy": "^0.12.4",
"hardhat-gas-reporter": "^1.0.10",
"prettier": "^3.3.3",
"prettier-plugin-solidity": "^1.4.1",
"solhint": "^3.6.2",
"solidity-coverage": "^0.7.22"
},
"scripts": {
"test": "hardhat test",
"compile": "hardhat compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kleros/pmw-contracts.git"
},
"keywords": [
"ethereum",
"curation"
],
"author": "Ferit Tunçer",
"license": "MIT",
"bugs": {
"url": "https://github.com/kleros/pmw-contracts/issues"
},
"homepage": "https://github.com/kleros/pmw-contracts#readme",
"volta": {
"node": "18.20.4"
},
"packageManager": "[email protected]"
}