NPM Stuff

This commit is contained in:
Vylpes 2020-10-20 12:07:49 +01:00
parent ddbdbef4f7
commit fc61e0e954
2 changed files with 14 additions and 2 deletions

4
.npmignore Normal file
View file

@ -0,0 +1,4 @@
bot.js
config.json
commands/
events/

View file

@ -7,8 +7,16 @@
"test": "echo \"No Tests Specified\""
},
"author": "Vylpes",
"license": "ISC",
"license": "MIT",
"dependencies": {
"discord.js": "^12.3.1"
}
},
"bugs": "https://github.com/vylpes/vylbot-core/issues",
"homepage": "https://github.com/vylpes/vylbot-core",
"keywords": [
"discord",
"bot",
"client"
],
"repository": "github:vylpes/vylbot-core"
}