forked from Chrono-Tech/middleware-eth-blockprocessor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.17 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
{
"name": "middleware_eth.blockProcessor",
"version": "1.0.0",
"main": "index.js",
"requirements": {},
"dependencies": {
"amqplib": "^0.5.1",
"bignumber.js": "^7.2.1",
"bluebird": "^3.5.0",
"bunyan": "^1.8.10",
"dotenv": "^4.0.0",
"lodash": "^4.17.4",
"middleware-common-components": "github:ChronoBank/middleware-common-components",
"middleware_common_infrastructure": "github:ChronoBank/middleware-common-infrastructure.git",
"mongoose": "^4.11.11",
"require-all": "^2.2.0",
"semaphore": "^1.1.0",
"uniqid": "^4.1.1",
"web3": "^1.0.0-beta.36"
},
"scripts": {
"lint": "node ./node_modules/eslint/bin/eslint.js -c .eslintrc.js --ext .js --fix --ignore-path .eslintignore .",
"test": "node ./node_modules/mocha/bin/mocha -t 600000 -gc tests",
"testrpc": "node ./ipcConverter.js"
},
"author": "chronobank",
"license": "AGPL-3.0",
"description": "",
"devDependencies": {
"babel-eslint": "^8.0.0",
"chai": "^4.1.1",
"eslint": "^4.6.1",
"eslint-plugin-chronobank": "github:chronobank/eslint-plugin-chronobank",
"fs-extra": "^7.0.0",
"ganache-cli": "^6.1.0",
"mocha": "^3.5.0"
}
}