forked from LockBlock-dev/earnapp-earnings-watcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 823 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
{
"name": "earnapp-earnings-watcher",
"version": "3.7.0",
"description": "Send a report of your hourly earning in a channel via a Discord webhook",
"main": "index.js",
"scripts": {
"start": "node src/index.js"
},
"engines": {
"node": ">=14"
},
"dependencies": {
"mysql": "^2.18.1",
"axios": "^0.26.1",
"earnapp.js": "^1.3.1",
"simple-discord-webhooks": "^1.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/LockBlock-dev/earnapp-earnings-watcher.git"
},
"author": "LockBlock-dev",
"license": "MIT",
"bugs": {
"url": "https://github.com/LockBlock-dev/earnapp-earnings-watcher/issues"
},
"homepage": "https://github.com/LockBlock-dev/earnapp-earnings-watcher#readme"
}