forked from dcsil/konsensus-app-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 899 Bytes
/
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
{
"name": "konsensus-app-frontend",
"version": "1.0.0",
"description": "<img src=\"./konsensus_dash.png\" alt=\"Team Logo\" width=\"1200\"/>",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"dependencies": {
"eth-gas-reporter": "^0.2.24",
"ganache-core": "^2.13.2",
"solc": "^0.8.13",
"web3": "^0.18.2"
},
"devDependencies": {
"coveralls": "^3.1.1",
"solidity-coverage": "^0.7.20",
"truffle": "^5.5.4"
},
"scripts": {
"test": "truffle test",
"migrate": "truffle migrate",
"coverage": "truffle run coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dcsil/konsensus-app-frontend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dcsil/konsensus-app-frontend/issues"
},
"homepage": "https://github.com/dcsil/konsensus-app-frontend#readme"
}