-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 1.97 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
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "mute-ecosystem",
"version": "1.0.0",
"description": "Mute Ecosystem on Ethereum.",
"keywords": [
"ethereum",
"muteio",
"bridge",
"smart-contracts",
"solidity"
],
"homepage": "https://github.com/muteio/mute-contracts#readme",
"bugs": {
"url": "https://github.com/muteio/mute-contracts/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/muteio/mute-contracts.git"
},
"license": "ISC",
"author": "[email protected]",
"scripts": {
"test": "mocha --exit --recursive test --timeout 120000",
"test-mute": "mocha --exit --recursive test/Mute.js --timeout 120000",
"test-voice": "mocha --exit --recursive test/Voice.js --timeout 120000"
},
"dependencies": {
"@openzeppelin/contracts": "^3.3.0",
"@openzeppelin/contracts-ethereum-package": "^3.0.0",
"@openzeppelin/test-helpers": "^0.5.6",
"@truffle/hdwallet-provider": "^1.1.0",
"app-root-path": "2.1.0",
"axios": "^0.19.2",
"bignumber.js": "^9.0.1",
"js-yaml": "^3.13.1",
"papaparse": "^5.3.0",
"truffle": "5.1.46",
"truffle-hdwallet-provider": "^1.0.17",
"web3": "^1.2.11"
},
"devDependencies": {
"@openzeppelin/test-environment": "^0.1.5",
"chai": "^4.2.0",
"chai-bignumber": "^2.0.2",
"coveralls": "^3.0.2",
"eslint": "^4.19.1",
"eslint-config-google": "^0.9.1",
"eslint-config-mocha": "0.0.0",
"eslint-config-prettier": "^2.9.0",
"eslint-config-standard": "^5.3.5",
"eslint-plugin-chai-friendly": "^0.4.1",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-mocha-only": "0.0.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-promise": "^1.3.2",
"eslint-plugin-spellcheck": "0.0.10",
"eslint-plugin-standard": "^1.3.3",
"lodash": ">=4.17.13",
"mocha": "^8.1.3",
"pre-commit": "^1.2.2",
"solhint": "^1.1.10",
"solidity-coverage": "0.5.8",
"stochasm": "^0.5.0",
"truffle-flattener": "^1.5.0",
"zos-lib": "^2.2.2"
}
}