-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
45 lines (45 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
{
"name": "eth-bulk-monitor-client-nodejs",
"version": "0.0.38",
"description": "Ethplorer bulk Monitor API nodejs client",
"main": "index.js",
"devDependencies": {
"babel-eslint": "10.0.1",
"eslint": "4.19.1",
"eslint-config-airbnb": "16.1.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.2",
"eslint-plugin-meteor": "5.1.0",
"eslint-plugin-react": "7.12.3",
"husky": "1.3.1",
"less": ">2.7.3",
"precise-commits": "1.0.2",
"pretty-quick": "1.10.0",
"mocha": "8.2.1",
"mocha-junit-reporter": "2.0.0"
},
"scripts": {
"lint": "eslint ./imports ./server ./client ./*.js --ext js",
"lint-quiet": "eslint ./imports ./server ./client ./*.js --ext js --quiet",
"lint-jenkins": "eslint ./imports ./server ./client ./*.js --ext js -f checkstyle",
"lint-fix": "eslint ./imports ./server ./client ./*.js --ext js --fix",
"test": "mocha --timeout 10000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amilabs/eth-bulk-monitor-client-nodejs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/amilabs/eth-bulk-monitor-client-nodejs/issues"
},
"homepage": "https://github.com/amilabs/eth-bulk-monitor-client-nodejs#readme",
"dependencies": {
"axios": "^0.21.0",
"bignumber.js": "9.0.1",
"express": "4.17.1",
"form-data": "3.0.0",
"got": "11.3.0"
}
}