This repository was archived by the owner on Nov 12, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.27 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
{
"name": "chill",
"version": "14.0.0",
"description": "Just Another Discord Bot",
"main": "chill.js",
"scripts": {
"dev": "nodemon --trace-deprecation --trace-warnings --trace-uncaught",
"check": "ncu -x node-fetch",
"update": "ncu -u -x node-fetch && npm install",
"docs": "node ./docs/generatedocs.js && cd docs && mkdocs build && echo New Updated Docs have been built!"
},
"author": "mirko93s",
"license": "Apache-2.0",
"dependencies": {
"@discordjs/opus": "^0.8.0",
"@discordjs/rest": "^1.0.0",
"@discordjs/voice": "^0.11.0",
"@pm2/io": "^5.0.0",
"@vitalets/google-translate-api": "^8.0.0",
"aki-api": "^6.0.8",
"ascii-table": "0.0.9",
"cli-progress": "^3.11.2",
"common-tags": "^1.8.2",
"cpu-stat": "^2.0.1",
"crypto-js": "^4.1.1",
"dbd-dark-dashboard": "^1.6.491",
"discord-dashboard": "^2.3.40",
"discord.js": "^14.0.2",
"enmap": "^5.9.0",
"ffmpeg-static": "^5.0.2",
"figlet": "^1.5.2",
"libsodium-wrappers": "^0.7.10",
"mathjs": "^10.6.4",
"ms": "^2.1.3",
"node-fetch": "^2.6.7",
"npm-check-updates": "^15.3.4",
"superagent": "^8.0.0",
"ytdl-core": "^4.11.0",
"ytpl": "^2.3.0",
"ytsr": "^3.8.0"
},
"devDependencies": {
"eslint": "^8.20.0"
}
}