-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.17 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
{
"private": true,
"name": "defi_indexfund",
"version": "0.0.1",
"license": "GPL-3.0-only",
"description": "defi index fund Contracts and ABI",
"scripts": {
"compile": "truffle compile",
"testrpc": "ganache-cli --deterministic --gasLimit 100000000 --port 9545",
"test": "truffle test",
"test:verbose": "VERBOSE=true truffle test",
"coverage": "truffle run coverage",
"lint": "eslint ."
},
"devDependencies": {
"chai": "^4.2.0",
"coveralls": "^3.0.8",
"eslint": "^7.5.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"ganache-core": "^2.6.1",
"mocha": "^6.2.0",
"solidity-coverage": "^0.6.7",
"standard": "^14.0.2",
"truffle": "^5.0.41",
"truffle-assertions": "^0.9.1",
"web3": "^1.2.0"
},
"dependencies": {
"@truffle/hdwallet-provider": "^2.0.3",
"decimal.js": "^10.2.0",
"ganache-cli": "^6.7.0",
"global": "^4.4.0"
}
}