-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.1 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": "geth-composer",
"version": "1.0.0",
"description": "A tool to view information of your local geth instance",
"main": "server.js",
"scripts": {
"client-install": "npm install --prefix client",
"client": "npm start --prefix client",
"test": "test",
"start": "node server.js",
"server": "nodemon server.js",
"dev": "concurrently \"npm run server\" \"npm run client\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sangatdas/geth-composer.git"
},
"keywords": [
"geth",
"web3",
"ethereum",
"smart",
"contracts",
"react",
"redux",
"javascript"
],
"author": "Sangat Das",
"license": "ISC",
"bugs": {
"url": "https://github.com/Sangatdas/geth-composer/issues"
},
"homepage": "https://github.com/Sangatdas/geth-composer#readme",
"dependencies": {
"body-parser": "^1.19.0",
"concurrently": "^5.2.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"mongoose": "^5.9.18",
"sweetalert2": "^9.17.0",
"web3": "^1.2.8",
"web3-eth-admin": "^1.0.0-beta.55"
}
}