-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 954 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
36
37
38
39
40
41
{
"name": "ethgate",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"watch": "nodemon index.js",
"test": "mocha --timeout 1000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xbersoy/ethgate.git"
},
"keywords": [
"ethereum",
"chain",
"gateway"
],
"author": "xbersoy",
"license": "ISC",
"bugs": {
"url": "https://github.com/xbersoy/ethgate/issues"
},
"homepage": "https://github.com/xbersoy/ethgate#readme",
"dependencies": {
"chai": "^4.3.4",
"chai-http": "^4.3.0",
"dotenv": "^8.2.0",
"ethereum-private-key-to-address": "0.0.6",
"ethereumjs-tx": "^1.3.7",
"ethereumjs-util": "^7.0.10",
"ethereumjs-wallet": "^1.0.1",
"express": "^4.17.1",
"express-validator": "^6.9.2",
"mocha": "^8.3.2",
"nodemon": "^2.0.7",
"swagger-ui-express": "^4.1.6",
"web3": "1.3.5"
}
}