-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.37 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
52
53
54
55
{
"name": "astralbot",
"version": "1.0.1",
"description": "",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"deploy-commands": "node src/deploy-commands.js",
"prelint": "npx prettier --write .",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"setup": "node src/setup.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AQRRastiq/AstralBot.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AQRRastiq/AstralBot/issues"
},
"homepage": "https://github.com/AQRRastiq/AstralBot#readme",
"dependencies": {
"@discord-player/extractor": "^3.0.2",
"@discordjs/rest": "^0.3.0",
"canvas": "^2.8.0",
"discord-api-types": "^0.27.2",
"discord-player": "^5.2.0",
"discord.js": "^13.3.1",
"dotenv": "^16.0.0",
"ffmpeg-static": "^5.0.0",
"googleapis": "^95.0.0",
"hypixel": "^1.0.3",
"jimp": "^0.3.11",
"math-expression-evaluator": "^1.3.8",
"mongodb": "^4.1.4",
"ms": "^2.1.3",
"node-cron": "^3.0.0",
"node-fetch": "^2.6.7",
"opusscript": "^0.0.8",
"quickmongo": "^4.0.0",
"winston": "^3.3.3"
},
"devDependencies": {
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.5.1"
},
"engines": {
"node": "16.10.0"
}
}