NPM Stuff
This commit is contained in:
parent
ddbdbef4f7
commit
fc61e0e954
2 changed files with 14 additions and 2 deletions
4
.npmignore
Normal file
4
.npmignore
Normal file
|
@ -0,0 +1,4 @@
|
|||
bot.js
|
||||
config.json
|
||||
commands/
|
||||
events/
|
12
package.json
12
package.json
|
@ -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"
|
||||
}
|
||||
|
|
Reference in a new issue