-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.06 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.06 KB
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
39
40
41
{
"name": "actifit-curation-bot",
"version": "0.0.1",
"description": "actifit curation bot",
"main": "curation-bot.js",
"dependencies": {
"@hiveio/dhive": "^0.14.0",
"@hiveio/hive-js": "^0.8.0",
"axios": "^0.18.1",
"cheerio": "^1.0.0-rc.2",
"dsteem": "^0.10.1",
"express": "^4.16.2",
"jquery": "^3.4.1",
"jsonwebtoken": "^8.5.1",
"lodash": ">=4.17.11",
"moment": "^2.22.2",
"mongodb": "^3.0.10",
"node-schedule": "^1.3.0",
"nodemailer": "^4.6.5",
"nodemailer-express-handlebars": "^3.0.0",
"p-iteration": "^1.1.7",
"request": "^2.88.0",
"sscjs": "0.0.8",
"steem": "^0.6.7"
},
"devDependencies": {
"nodemon": "^1.17.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"delegate": "node delegations.js",
"api": "node app.js",
"all": "node app.js | node delegations.js ",
"start": "node app.js | node delegations.js "
},
"engines": {
"node": "10.3.0"
},
"author": "cryptouru",
"license": "MIT"
}