-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.56 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.56 KB
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
{
"name": "music-bot",
"version": "1.0.0",
"main": "dist/index.js",
"repository": "https://github.com/james58899/MusicBot.git",
"author": "james58899 <james59988@gmail.com>",
"license": "MIT",
"scripts": {
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
"build": "tsc",
"prepare": "husky || true"
},
"dependencies": {
"@projectdysnomia/dysnomia": "github:projectdysnomia/dysnomia#3b354c30b255b892e75860bc60df6a9ed7495386",
"fluent-ffmpeg": "^2.1.3",
"mongodb": "^6.20.0",
"node-telegram-bot-api": "^0.66.0",
"promise-queue": "^2.2.5",
"shuffle-array": "^1.0.1",
"ytdl-core": "^4.11.5"
},
"devDependencies": {
"@types/fluent-ffmpeg": "^2.1.27",
"@types/node": "^24.5.2",
"@types/node-telegram-bot-api": "^0.64.11",
"@types/promise-queue": "^2.2.3",
"@types/shuffle-array": "^1.0.5",
"@types/ws": "^8.18.1",
"@typescript-eslint/eslint-plugin": "^8.44.1",
"@typescript-eslint/parser": "^8.44.1",
"eslint": "^8.57.1",
"eslint-plugin-jsdoc": "^60.3.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"husky": "^9.1.7",
"typescript": "^5.9.2"
},
"optionalDependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@ffprobe-installer/ffprobe": "^2.1.2",
"bufferutil": "^4.0.9",
"erlpack": "github:discord/erlpack",
"eventemitter3": "^5.0.1",
"pako": "^2.1.0",
"sodium-native": "^5.0.8"
},
"packageManager": "pnpm@10.17.1+sha512.17c560fca4867ae9473a3899ad84a88334914f379be46d455cbf92e5cf4b39d34985d452d2583baf19967fa76cb5c17bc9e245529d0b98745721aa7200ecaf7a"
}