-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 988 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 988 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
38
39
40
{
"name": "wahtson",
"description": "highly configurable discord bot",
"version": "2.2.6",
"bin": {
"wahtson": "bin/wahtson.js"
},
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git://github.com/wahtson/bot.git"
},
"homepage": "https://wahtson.js.org",
"main": "src/bot.js",
"scripts": {
"start": "node bin/wahtson.js",
"lint": "prettier --single-quote --trailing-comma all --no-semi --arrow-parens avoid --print-width 100 --tab-width 4 --write src/**/*.js bin/**/*.js"
},
"dependencies": {
"chalk": "^4.0.0",
"discord.js": "^12.2.0",
"emoji-to-short-name": "^1.0.1",
"minimist": "^1.2.5",
"open": "^7.0.4",
"sql-template-strings": "^2.2.2",
"sqlite": "^4.0.7",
"sqlite3": "^4.2.0",
"toml": "^3.0.0"
},
"devDependencies": {
"prettier": "^2.0.5"
},
"engines": {
"node": ">=12"
},
"bugs": {
"url": "https://github.com/wahtson/bot/issues"
},
"author": "barnab_why"
}