We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffc803e commit d7d5ee2Copy full SHA for d7d5ee2
1 file changed
package.json
@@ -0,0 +1,19 @@
1
+{
2
+ "name": "minecom-dcbot",
3
+ "version": "1.0.0",
4
+ "description": "A discord bot connecting a text channel to a Minecraft server's text chat using https://github.com/DemonExposer/MineCom-Plugin",
5
+ "main": "src/bot.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/DemonExposer/MineCom-DCBot.git"
12
13
+ "author": "Kelvin Bouma",
14
+ "license": "GPL-3.0",
15
+ "bugs": {
16
+ "url": "https://github.com/DemonExposer/MineCom-DCBot/issues"
17
18
+ "homepage": "https://github.com/DemonExposer/MineCom-DCBot#readme"
19
+}
0 commit comments