-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 810 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 810 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
29
30
31
32
33
34
35
36
37
{
"name": "test-vote-bot",
"version": "0.1.0",
"description": "A bot, which vote for Weku posts in Discord.",
"main": "bot.js",
"scripts": {
"test": "mocha",
"start": "node deploy.js && node bot.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:Sohel12/test-vote-bot.git"
},
"keywords": [
"weku",
"discord",
"votebot"
],
"author": "Serhiy Walker <zavzyat@gmail.com>",
"license": "MIT",
"dependencies": {
"@steemit/steem-js": "^0.7.3",
"better-validator": "^2.1.8",
"discord.js": "^11.4.2",
"sprintf-js": "^1.1.1",
"url-parse": "^1.4.4",
"chrono-node": "^1.3.5",
"moment": "^2.22.2"
},
"devDependencies": {
"mocha": "^5.2.0",
"mock-require": "^3.0.2"
},
"engines": {
"node": "10.x"
}
}