-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
51 lines (51 loc) · 1.29 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
{
"name": "teal-music",
"version": "5ta61e-60t",
"description": "yes the amzing teal music bot",
"main": "engine.js",
"scripts": {
"start": "node engine.js",
"dev": "nodemon engine.js",
"prettier": "prettier --write .",
"prettier:check": "prettier --check ."
},
"devDependencies": {
"prettier": "^2.8.8"
},
"dependencies": {
"@top-gg/sdk": "^3.1.5",
"ascii-table": "^0.0.9",
"colors": "^1.4.0",
"dayjs": "^1.11.9",
"discord.js": "^14.13.0",
"dokdo": "^0.6.2",
"dotenv": "^16.0.3",
"fixedsize-map": "^1.0.1",
"indomitable": "^4.0.3",
"isomorphic-unfetch": "^4.0.2",
"lavalink-client": "^2.1.7",
"lodash": "^4.17.21",
"module-alias": "^2.2.3",
"mongoose": "^7.4.1",
"node-fetch": "^2.7.0",
"node-os-utils": "^1.3.7",
"path": "^0.12.7",
"pino": "^8.14.2",
"pino-pretty": "^10.2.0",
"pretty-ms": "7",
"rlyrics": "^2.0.1",
"spotify-card": "^1.2.4",
"spotify-uri": "^4.0.1",
"spotify-url-info": "^3.2.10",
"spotify-web-api-node": "^5.0.2"
},
"_moduleAliases": {
"@root": "./",
"@src": "src/",
"@handlers": "src/handlers/",
"@helpers": "/src/helpers/",
"@models": "src/models",
"@structures": "src/structures/",
"@extends": "src/structure/extends"
}
}