-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1009 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1009 Bytes
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
{
"name": "ethereum-proxy",
"version": "0.1.1",
"description": "Ethereum Proxy",
"main": "index.js",
"scripts": {
"start": "node -r esm index.js",
"test": "scripts/test.sh",
"test1": "env NODE_PATH=$NODE_PATH:$PWD mocha -r esm --recursive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luciditytech/ethereum-proxy.git"
},
"author": "Alexander Voloshko",
"license": "ISC",
"bugs": {
"url": "https://github.com/luciditytech/ethereum-proxy/issues"
},
"homepage": "https://github.com/luciditytech/ethereum-proxy#readme",
"dependencies": {
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"celebrate": "^10.0.1",
"compression": "^1.7.4",
"dotenv": "^8.0.0",
"esm": "^3.2.25",
"express": "^4.17.1",
"newrelic": "^6.12.0",
"web3": "2.0.0-alpha.1"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.2.0",
"ganache-cli": "^6.6.0",
"ethereumjs-tx": "^2.1.1",
"chai-http": "^4.3.0"
}
}