-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.41 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.41 KB
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
{
"name": "@iexec/poco",
"version": "5.3.0",
"description": "",
"main": "truffle.js",
"scripts": {
"build": "truffle compile",
"migrate": "truffle migrate",
"test": "truffle test",
"autotest": "./autotest.sh",
"coverage": "NODE_OPTIONS='--max-old-space-size=8192' truffle run coverage",
"verify": "NODE_OPTIONS='--max-old-space-size=8192' truffle run verify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iExecBlockchainComputing/PoCo-dev.git"
},
"bugs": {
"url": "https://github.com/iExecBlockchainComputing/PoCo-dev.git/issues"
},
"files": [
"/build",
"/contracts"
],
"author": "iExec",
"license": "Apache-2.0",
"homepage": "https://github.com/iExecBlockchainComputing/PoCo-dev.git#readme",
"dependencies": {
"@iexec/erlc": "1.0.0",
"@iexec/interface": "3.0.35-8",
"@iexec/solidity": "0.1.0-legacy",
"@openzeppelin/contracts": "3.3.0",
"@uniswap/v2-periphery": "1.1.0-beta.0",
"rlc-faucet-contract": "1.0.10"
},
"devDependencies": {
"@ensdomains/ens": "0.4.5",
"@ensdomains/resolver": "0.2.4",
"@openzeppelin/test-helpers": "^0.5.10",
"@truffle/hdwallet-provider": "^1.2.1",
"chai": "4.2.0",
"eth-sig-util": "3.0.0",
"ethers": "^5.0.25",
"ganache-cli": "6.12.1",
"husky": "^4.3.7",
"solidity-coverage": "^0.7.16",
"truffle": "^5.4.0",
"truffle-plugin-verify": "^0.5.4"
}
}