-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 990 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
32
33
34
{
"name": "tf-reward-claimer",
"version": "1.0.0",
"description": " Automatically claim Steem rewards using the posting authority",
"main": "src/index.js",
"scripts": {
"start": "NODE_ENV=production node src/index.js",
"dev": "nodemon src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/travelfeed-io/tf-reward-claimer.git"
},
"author": "Julian Peters",
"license": "MIT",
"devDependencies": {
"dotenv": "8.2.0",
"eslint": "6.8.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-prettier": "3.1.3",
"nodemon": "1.19.4",
"prettier": "1.19.1"
},
"bugs": {
"url": "https://github.com/travelfeed-io/tf-reward-claimer/issues"
},
"homepage": "https://github.com/travelfeed-io/tf-reward-claimer#readme",
"dependencies": {
"@hiveio/hive-js": "^2.0.4",
"mongoose": "^7.6.7",
"steem": "^0.7.11",
"tf-post-parser": "git+https://github.com/travelfeed-io/tf-post-parser.git"
}
}