-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.04 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": "bitzeny-pool-checker",
"version": "1.0.0",
"description": "Check whether bitZeny mining pools is up.",
"main": "main.js",
"scripts": {
"start": "node main.js",
"test": "npm run lint",
"lint": "eslint *.js",
"mocha": "NODE_ENV=test mocha --require intelli-espower-loader",
"istanbul": "NODE_ENV=test istanbul cover _mocha",
"coveralls": "npm run istanbul && node ./node_modules/coveralls/bin/coveralls.js < ./coverage/lcov.info"
},
"repository": {
"type": "git",
"url": "https://github.com/kn1cht/defaultSortBot.git"
},
"author": "kn1cht",
"license": "MIT",
"dependencies": {
"config": "^3.3.9",
"date-utils": "^1.2.21",
"dotenv": "^16.0.3",
"js-yaml": "^4.1.0",
"node-cron": "^3.0.2",
"portscanner": "^2.2.0",
"text2png": "2.3.0",
"twitter": "^1.7.1"
},
"devDependencies": {
"coveralls": "^3.1.1",
"eslint": "^8.36.0",
"intelli-espower-loader": "^1.1.0",
"istanbul": "^1.1.0-alpha.1",
"mocha": "^10.2.0",
"power-assert": "^1.6.1"
}
}