forked from MattyIce/postpromoter
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
36 lines (36 loc) · 1.03 KB
/
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
35
36
{
"name": "postpromoterSteemiumFork",
"version": "1.0.0",
"description": "Steem bid-based voting bot written in JavaScript",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test mocha --timeout 20000 --delay",
"test-verbose": "NODE_ENV=test && verbose=true mocha --timeout 20000 --delay",
"testmode": "NODE_ENV=test && verbose=true node postpromoter.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MattyIce/postpromoter.git"
},
"author": "lightproject",
"license": "MIT",
"dependencies": {
"@hiveio/dhive": "^0.14.12",
"@hiveio/hive-js": "^0.8.12",
"chalk": "^2.4.2",
"express": "^4.16.3",
"ora": "^3.4.0",
"request": "^2.88.0"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^6.3.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-mocha": "^6.1.1",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"mocha": "^6.2.0"
}
}