-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 676 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 676 Bytes
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": "steem-witness-auto-switch",
"version": "1.0.0",
"description": "Steem Witness Auto Switch",
"main": "monitor-witness.js",
"scripts": {
"start": "node monitor-witness.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DoctorLai/SteemWitnessAutoSwitch.git"
},
"keywords": [
"steem",
"witness"
],
"author": "justyy",
"license": "MIT",
"bugs": {
"url": "https://github.com/DoctorLai/SteemWitnessAutoSwitch/issues"
},
"homepage": "https://github.com/DoctorLai/SteemWitnessAutoSwitch#readme",
"dependencies": {
"aws-sdk": "^2.1609.0",
"nodemailer": "^6.9.13",
"steem": "^0.7.11"
}
}