-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 981 Bytes
/
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
{
"name": "shuming.js",
"version": "1.0.0",
"description": "Just your average discord bot source",
"main": "bot.js",
"scripts": {
"start": "node .",
"is": "npm i; node .",
"yarn": "yarn install; node ."
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/NoReplyUI5/Shuming.js.git"
},
"author": "NoReplyUI5",
"license": "MIT",
"bugs": {
"url": "https://github.com/NoReplyUI5/Shuming.js/issues"
},
"homepage": "https://github.com/NoReplyUI5/Shuming.js#readme",
"dependencies": {
"@discordjs/voice": "^0.17.0",
"archiver": "^7.0.1",
"archiver-zip-encrypted": "^2.0.0",
"axios": "^1.7.7",
"discord.js": "^14.16.2",
"libsodium-wrappers": "^0.7.15",
"moment-timezone": "^0.5.46",
"mongoose": "^8.7.1",
"ms": "^2.1.3",
"node-fetch": "^3.3.2",
"opusscript": "^0.0.8",
"simple-json-db": "^2.0.0",
"tasai": "^1.0.0",
"undici-types": "^5.26.5"
}
}