forked from Brexbot/TwiggyBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.94 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "brexbot",
"version": "0.0.1",
"description": "Bot for the Bananasaurus_Rex Discord server",
"main": "./build/main.js",
"scripts": {
"build": "rimraf ./build && tsc",
"dev": "node --loader ts-node/esm/transpile-only src/main.ts",
"start": "nodemon --exec node --loader ts-node/esm/transpile-only src/main.ts",
"serve": "node build/main.js",
"lint": "eslint -c .eslintrc.cjs src .eslintrc.cjs",
"lint:fix": "eslint -c .eslintrc.cjs src .eslintrc.cjs --fix",
"eloDecay": " node ./build/standalones/eloDecay.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Brexbot/DiscordBot.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Brexbot/DiscordBot/issues"
},
"homepage": "https://github.com/Brexbot/DiscordBot#readme",
"type": "commonjs",
"devDependencies": {
"@types/cron": "^2.0.1",
"@types/node": "^18.15.10",
"@types/node-fetch": "^2.6.2",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"nodemon": "^2.0.22",
"prettier": "^2.8.7",
"rimraf": "^4.4.1",
"ts-node": "^10.9.1",
"tslib": "^2.5.0",
"typescript": "^5.0.2"
},
"dependencies": {
"@dice-roller/rpg-dice-roller": "^5.2.1",
"@discordx/importer": "^1.2.1",
"@discordx/pagination": "^3.4.1",
"@discordx/utilities": "^5.2.1",
"@prisma/client": "^4.12.0",
"@twurple/api": "^6.0.9",
"@twurple/auth": "^6.0.9",
"@types/sharp": "^0.31.1",
"cron": "^2.3.0",
"discord-api-types": "^0.37.37",
"discord.js": "^14.8.0",
"discordx": "^11.7.4",
"fs": "^0.0.1-security",
"hsl-rgb": "^1.0.0",
"localisetimemodule": "github:QOAL/localiseTimeModule#20230503",
"path": "^0.12.7",
"prisma": "^4.12.0",
"reflect-metadata": "^0.1.13",
"sharp": "^0.32.0",
"sponge-case": "^1.0.1"
}
}