-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 854 Bytes
/
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
{
"name": "vrsc-mining-notifyer",
"version": "1.0.0",
"description": "throws messages into a specific discord channel when your miners are down",
"main": "src/index.js",
"scripts": {
"dev": "node src/index.js",
"lint": "eslint src/index.js",
"lint:fix": "eslint src/index.js --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devdudeio/vrsc-mining-notifyer.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/devdudeio/vrsc-mining-notifyer/issues"
},
"homepage": "https://github.com/devdudeio/vrsc-mining-notifyer#readme",
"dependencies": {
"axios": "^0.26.1",
"cron": "^1.8.2",
"discord.js": "^13.6.0"
},
"devDependencies": {
"eslint": "^8.12.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4"
}
}