-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
45 lines (45 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
45
{
"name": "adex-protocol-eth",
"version": "5.2.18",
"description": "AdEx protocol on Ethereum",
"directories": {
"test": "test"
},
"main": "js/index.js",
"dependencies": {
"@openzeppelin/test-helpers": "^0.5.10",
"@truffle/hdwallet-provider": "^1.4.2",
"bn.js": "^4.11.8",
"ethereumjs-abi": "^0.6.5",
"ethereumjs-util": "^6.1.0",
"ethers": "^5.4.7",
"js-sha3": "^0.8.0",
"solc": "0.5.13",
"truffle": "^5.4.3"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-prettier": "^3.0.1",
"ganache-cli": "^6.12.2",
"prettier": "^1.16.4"
},
"scripts": {
"test": "truffle test",
"simulate": "npx truffle test ./test/simulate.js",
"lint": "eslint . -c .eslintrc.js --fix",
"preversion": "./build.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AdExNetwork/adex-protocol-eth.git"
},
"author": "Ivo Georgiev",
"license": "MIT",
"bugs": {
"url": "https://github.com/AdExNetwork/adex-protocol-eth/issues"
},
"homepage": "https://github.com/AdExNetwork/adex-protocol-eth#readme"
}