forked from LBRYFoundation/lbry-wunderbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.18 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
37
38
39
{
"dependencies": {
"babel-cli": "^6.26.0",
"babel-preset-node8": "^1.2.0",
"bitcoin": "^3.0.1",
"chrono-node": "^1.3.5",
"config": "^1.30.0",
"discord.js": "^11.3.2",
"elmadev-discord-irc": "^2.4.1",
"embed-creator": "^1.2.3",
"jsonpath": "^1.0.0",
"moment": "^2.21.0",
"mongoose": "^4.13.12",
"needle": "^2.0.1",
"node-config": "^0.0.2",
"numeral": "^2.0.6",
"request": "^2.85.0",
"sleep": "^5.1.1",
"wget": "^0.0.1"
},
"scripts": {
"prettier": "prettier --write \"{bot,.}/**/*.{js,json}\" --single-quote --print-width 240",
"build": "babel bot -d dist",
"prod": "babel bot -d dist & node dist/bot.js",
"lint": "prettier --write \"{bot,.}/**/*.{js,json}\" --single-quote --print-width 240",
"precommit": "prettier --write \"{bot,.}/**/*.{js,json}\" --single-quote --print-width 240"
},
"devDependencies": {
"husky": "^0.14.3",
"prettier": "1.8.1"
},
"name": "wunderbot-discord",
"version": "0.0.1",
"description": "LBRYs bot for Discord",
"main": "app.js",
"repository": "https://github.com/filipnyquist/wunderbot-disc",
"author": "filipnyquist <[email protected]>",
"license": "MIT"
}