-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
72 lines (72 loc) · 1.92 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "magibot",
"version": "3.2.71",
"description": "MagiBot - a Discord bot to build communities",
"main": "dist/index.js",
"engines": {
"node": "20.18.0"
},
"directories": {
"doc": "docs",
"test": "test"
},
"dependencies": {
"@discordjs/builders": "1.9.0",
"@discordjs/rest": "2.4.0",
"@discordjs/voice": "0.17.0",
"axios": "1.7.7",
"blapi": "3.1.2",
"bufferutil": "4.0.8",
"discord-api-types": "0.37.104",
"discord.js": "14.16.3",
"dotenv": "16.4.5",
"fast-folder-size": "2.3.0",
"ffmpeg-static": "5.2.0",
"ffprobe": "1.1.2",
"forever": "4.0.3",
"libsodium-wrappers": "0.7.15",
"mongoose": "8.8.1",
"opusscript": "0.1.1",
"statcord.js": "3.4.3",
"tweetnacl": "1.0.3",
"utf-8-validate": "6.0.5"
},
"optionalDependencies": {
"@discordjs/opus": "0.9.0",
"sodium": "3.0.2",
"zlib-sync": "0.1.9"
},
"devDependencies": {
"@types/centra": "2.2.3",
"@types/ffprobe": "1.1.8",
"@types/node": "20.17.6",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.1",
"eslint-config-airbnb-base": "15.0.0",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"typescript": "5.6.3"
},
"scripts": {
"install-dev": "npm i --no-optional",
"dev": "npm run build && node dist/index.js",
"lint": "eslint \"src/**/*\"",
"lint:fix": "eslint \"src/**/*\" --fix",
"build": "rimraf ./dist && tsc",
"start": "node dist/index.js",
"start:forever": "forever start dist/index.js",
"stop": "forever stop dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maybeanerd/MagiBot.git"
},
"author": "Sebastian Di Luzio",
"license": "MIT",
"bugs": {
"url": "https://github.com/maybeanerd/MagiBot/issues"
},
"homepage": "https://github.com/maybeanerd/MagiBot#readme",
"heroku-run-build-script": true
}