-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 997 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 997 Bytes
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
{
"name": "mobiflight-discord-bot",
"version": "1.0.0",
"description": "Discord bot to assist with moderation of the Mobiflight discord",
"main": "src/index.js",
"scripts": {
"deploy-and-start": "node ./src/deploy-commands.js && node ./src/index.js",
"start": "node ./src/index.js",
"deploy-commands": "node ./src/deploy-commands.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neilenns/mobiflight-discord-bot.git"
},
"author": "Neil Enns",
"license": "MIT",
"bugs": {
"url": "https://github.com/neilenns/mobiflight-discord-bot/issues"
},
"homepage": "https://github.com/neilenns/mobiflight-discord-bot#readme",
"dependencies": {
"@logtail/node": "^0.5.0",
"@logtail/winston": "^0.5.0",
"chokidar": "^5.0.0",
"debug": "^4.3.4",
"discord.js": "^14.14.1",
"dotenv": "^17.0.0",
"winston": "^3.11.0",
"winston-discord-transport": "^1.3.0"
},
"devDependencies": {
"eslint": "^9.0.0"
}
}