-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.34 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.34 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
48
49
50
51
52
53
54
55
{
"name": "penguinbot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node permrun test",
"start": "node permrun"
},
"author": "",
"license": "MIT",
"overrides": {
"jsdom": {
"canvas": "^3.1.0"
}
},
"dependencies": {
"@discordjs/opus": "^0.10.0",
"@discordjs/rest": "^2.2.0",
"@discordjs/voice": "^0.16.0",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@frostzzone/discord-sync-commands": "^0.3.0",
"@jimp/plugin-circle": "^1.6.0",
"axios": "^1.6.2",
"body-parser": "^2.2.0",
"canvas": "^3.0.1",
"chess.js": "^1.0.0-beta.8",
"cors": "^2.8.5",
"discord.js": "^13.14.0",
"dotenv": "^16.4.7",
"express": "^4.19.2",
"fluent-ffmpeg": "^2.1.3",
"gifencoder": "^2.0.1",
"glob": "^11.0.3",
"jimp": "^1.6.0",
"jsdom": "^26.1.0",
"jszip": "^3.10.1",
"mathjs": "^14.6.0",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"node-fetch": "^2.6.13",
"penguinmod": "github:PenguinMod/PenguinMod-ApiModule",
"omggif": "^1.0.10",
"os-utils": "^0.0.14",
"pet-pet-gif": "^1.0.9",
"scratchblocks": "^3.6.4",
"sync-json-database": "^1.0.4",
"tweetnacl": "^1.0.3",
"twemoji": "^14.0.2",
"undici": "^7.11.0",
"uuidv4": "^6.2.13",
"ws": "^8.17.0",
"xmlparser": "^0.1.0"
}
}