-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.4 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
{
"name": "@agilie/electrum-proxy-middleware",
"version": "1.0.2",
"description": "",
"main": "dist/src/index.js",
"scripts": {
"test": "jest",
"docs": "swagger-jsdoc -d swaggerfile.js",
"tsc": "tsc",
"lint": "tslint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/agilie/electrum-proxy-middleware.git"
},
"keywords": [
"Electrum",
"ExpressJS",
"middleware",
"proxy"
],
"author": "Agilie",
"license": "MIT",
"bugs": {
"url": "https://github.com/agilie/electrum-proxy-middleware/issues"
},
"homepage": "https://github.com/agilie/electrum-proxy-middleware#readme",
"dependencies": {
"@dashevo/dashcore-lib": "^0.17.9",
"amqplib": "^0.5.5",
"bitcore-lib": "^8.3.4",
"class-transformer": "^0.2.3",
"class-validator": "^0.10.0",
"execution-time": "^1.3.0",
"express-async-router": "^0.1.15",
"is-port-reachable": "^3.0.0",
"reflect-metadata": "^0.1.13",
"zcash-bitcore-lib": "^0.13.20-rc3"
},
"devDependencies": {
"@types/express": "^4.17.1",
"@types/jest": "^24.0.18",
"@types/node": "^12.7.4",
"@types/supertest": "^2.0.8",
"codelyzer": "^5.1.0",
"jest": "^24.9.0",
"js-sha256": "^0.9.0",
"rxjs": "^6.5.3",
"service": "^0.1.4",
"supertest": "^4.0.2",
"ts-jest": "^24.1.0",
"ts-node": "^8.4.1",
"tslint": "^5.19.0",
"typescript": "^3.6.2"
}
}