-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 1.84 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
64
65
66
67
68
69
{
"dependencies": {
"@discordjs/rest": "^2.0.0",
"@prisma/client": "^5.0.0",
"@sentry/node": "^8.32.0",
"axios": "^1.1.2",
"bufferutil": "^4.0.6",
"canvas": "^2.11.2",
"discord.js": "^14.11.0",
"dotenv": "^16.4.5",
"erlpack": "github:discord/erlpack",
"express": "^4.18.1",
"fluent-ffmpeg": "^2.1.2",
"ioredis": "^5.4.1",
"node-cron": "^3.0.3",
"sharp": "^0.33.5",
"tmi.js": "^1.8.5",
"utf-8-validate": "^6.0.3",
"ws": "^8.6.0",
"xml2js": "^0.6.0",
"zlib-sync": "^0.1.7"
},
"scripts": {
"lint:fix": "eslint --fix . --ext .ts",
"test": "jest",
"lint:check": "eslint . --ext .ts",
"build:check": "tsc -p tsconfig.json",
"build": "rimraf dist && node build.js",
"start": "node ./dist/loader.js"
},
"devDependencies": {
"@sentry/cli": "^2.31.2",
"@types/express": "^5.0.0",
"@types/fluent-ffmpeg": "^2.1.21",
"@types/jest": "^29.5.12",
"@types/node": "^22.5.0",
"@types/node-cron": "^3.0.11",
"@types/tmi.js": "^1.8.2",
"@types/xml2js": "^0.4.11",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"esbuild": "^0.24.0",
"eslint": "^8.42.0",
"prisma": "^5.0.0",
"rimraf": "^6.0.1",
"ts-jest": "^29.1.2",
"typescript": "^5.4.5"
},
"name": "firey-bot",
"description": "This bot is developed to serve a single server; thus, codes are not reusable without modification.",
"version": "1.0.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/zhiyan114/Firey-Bot.git"
},
"keywords": [
"discord",
"bot",
"firey",
"fireybot"
],
"author": "zhiyan114",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/zhiyan114/Firey-Bot/issues"
},
"homepage": "https://github.com/zhiyan114/Firey-Bot#readme"
}