-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 792 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 792 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
35
{
"name": "ptero-bot",
"version": "0.0.1",
"description": "A discord.js bot for managing Pterodactyl servers.",
"types": "./typings.d.ts",
"main": "bot.js",
"scripts": {
"start": "node bot.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VolumeZero/ptero-bot.git"
},
"keywords": [
"discord-js"
],
"author": {
"name": "Volume Zero",
"url": "https://github.com/VolumeZero"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/VolumeZero/ptero-bot/issues"
},
"homepage": "https://github.com/VolumeZero/ptero-bot#readme",
"dependencies": {
"@discordjs/rest": "^1.0.0",
"axios": "^1.13.2",
"discord-api-types": "^0.36.2",
"discord.js": "^14.25.1",
"node-mcstatus": "^1.2.1",
"socket.io": "^4.8.1",
"strip-ansi": "^7.1.2"
}
}