-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 942 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": "nitrado-bot",
"displayName": "Nitrado-Bot",
"icon": "https://user-images.githubusercontent.com/68400102/171499841-642a53a2-e00d-4688-9637-c993a86a8161.png",
"version": "1.0.0",
"description": "Control your Nitrado Gameserver from Discord.",
"main": "./src/index.ts",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"start": "tsc && node dist/src/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/emilkrebs/Nitrado-Bot"
},
"author": "Emil Krebs",
"license": "MIT",
"bugs": {
"url": "https://github.com/emilkrebs/Nitrado-Bot/issues"
},
"logo": {
"url": "https://user-images.githubusercontent.com/68400102/171499841-642a53a2-e00d-4688-9637-c993a86a8161.png"
},
"homepage": "https://github.com/emilkrebs/Nitrado-Bot",
"dependencies": {
"colors": "^1.4.0",
"discord.js": "^13.7.0",
"node-fetch": "^2.6.7",
"typescript": "^4.7.2"
}
}