forked from LBRYFoundation/lbry-tipbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1007 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
{
"dependencies": {
"bitcoin": "^3.0.1",
"chrono-node": "^2.1.9",
"config": "^3.3.2",
"discord.js": "^12.4.1",
"jsonpath": "^1.0.2",
"moment": "^2.29.4",
"needle": "^2.5.2",
"node-config": "^0.0.2",
"numeral": "^2.0.6"
},
"scripts": {
"prettier": "prettier --write '{bot,.}/**/*.{js,json}' --single-quote --print-width 240",
"build": "tsc",
"start": "tsc && 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": {
"@types/config": "^0.0.36",
"@types/node": "^14.14.7",
"prettier": "^2.1.2",
"typescript": "latest"
},
"name": "hms-tipbot",
"version": "1.0.0",
"description": "HEMIS tipbot for Discord",
"main": "dist/bot.js",
"repository": "https://github.com/hypermoist/hms-tipbot",
"author": "hypermoist <[email protected]>",
"license": "MIT"
}