-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 888 Bytes
/
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
{
"name": "ghost-ping-bot",
"version": "3.0.2",
"description": "Detects ghost pings in your Discord server",
"main": "build/app.js",
"scripts": {
"start": "npm run put-commands && node build/app.js",
"build": "tsc --build",
"build:watch": "tsc --watch",
"put-commands": "npm run build && node build/utils/deployCommands.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mist8kengas/ghost-ping-bot.git"
},
"author": "mist8kengas",
"license": "MIT",
"bugs": {
"url": "https://github.com/mist8kengas/ghost-ping-bot/issues"
},
"homepage": "https://github.com/mist8kengas/ghost-ping-bot#readme",
"dependencies": {
"@discordjs/builders": "^1.2.0",
"@discordjs/rest": "^1.2.0",
"discord.js": "^13.1.0",
"dotenv": "^10.0.0"
},
"type": "module",
"devDependencies": {
"typescript": "^4.5.5"
}
}