-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.52 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
{
"name": "perlin-roboadvisor",
"version": "0.0.1",
"description": "",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "truffle test",
"solium:lint": "solium lint -d ./contracts",
"migrate": "rimraf -rf ./build/contracts && export INSTANCE_ID=local && truffle migrate --network development --reset",
"console": "truffle console",
"dev": "truffle develop",
"pretty": "prettier --write \"./**/*.{js,jsx,json}\""
},
"keywords": [],
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.10.3",
"ascii-horizontal-barchart": "^1.3.3",
"async": "^3.2.0",
"big.js": "^5.2.2",
"bn.js": "^5.1.2",
"chainlink": "^0.7.10",
"chalk": "^3.0.0",
"dotenv": "^8.1.0",
"figlet": "^1.3.0",
"got": "^10.7.0",
"lodash": "^4.17.15",
"luxon": "^1.22.2",
"psol": "^1.0.9",
"tcharts.js": "0.0.4",
"web3-provider-engine": "^15.0.12",
"@openzeppelin/contracts": "2.4.0",
"contracts": "^0.4.0"
},
"devDependencies": {
"@digix/doxity": "^0.5.2",
"@truffle/hdwallet-provider": "1.0.18",
"big-number": "2.0.0",
"cross-env": "^7.0.2",
"directory-tree": "^2.2.4",
"ethereumjs-abi": "^0.6.8",
"ethereumjs-common": "",
"ethereumjs-tx": "^2.1.1",
"ethereumjs-wallet": "^0.6.3",
"rimraf": "^3.0.0",
"truffle": "5.1.22",
"truffle-assertions": "^0.9.1",
"web3": "^2.0.0-alpha.1"
},
"husky": {
"hooks": {
"precommit": "truffle compile && npm run solium:lint"
}
}
}