Skip to content

Commit d7d5ee2

Browse files
committed
Added package.json
1 parent ffc803e commit d7d5ee2

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)