-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
48 lines (48 loc) · 1.36 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
40
41
42
43
44
45
46
47
48
{
"name": "cyberquincy",
"version": "1.19.4",
"description": "A discord bot for btd6",
"main": "server.js",
"scripts": {
"register": "node register",
"test": "npm run register && node server.js",
"commit": "git add . && git commit -m p",
"deploy": "npm run register && npm run commit && npm run push && npm run logs",
"refresh": "del /f package-lock.json && npm install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hemisemidemipresent/cyberquincy.git"
},
"keywords": [
"btd6",
"btd",
"discord",
"bot"
],
"author": "hemidemisemipresent",
"license": "ISC",
"bugs": {
"url": "https://github.com/hemisemidemipresent/cyberquincy/issues"
},
"engines": {
"node": "18.x"
},
"homepage": "https://github.com/hemisemidemipresent/cyberquincy#readme",
"dependencies": {
"@discordjs/builders": "^0.15.0",
"@discordjs/rest": "^0.2.0-canary.0",
"@ltd/j-toml": "^1.33.0",
"axios": "^1.6.0",
"cheerio": "^1.0.0-rc.11",
"discord-api-types": "^0.26.1",
"discord.js": "^14.8.0",
"filepath": "^1.1.0",
"fuzzyset.js": "^1.0.7",
"lex": "^1.7.9",
"pluralize": "^8.0.0"
},
"devDependencies": {
"eslint": "^8.51.0"
}
}