forked from Supositware/Haha-Yes
This commit is contained in:
parent
ae182f9055
commit
3d2d6186cb
2 changed files with 24 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,6 +1,5 @@
|
|||
config.json
|
||||
package-lock.json
|
||||
package.json
|
||||
.DS_Store
|
||||
node_modules
|
||||
node_modules\
|
||||
|
|
24
package.json
Normal file
24
package.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "discordbot",
|
||||
"version": "1.0.0",
|
||||
"description": "A simple discord bot made with discord.js and commando",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://gitlab.com/loicbersier/discordbot.git"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://gitlab.com/loicbersier/discordbot/issues"
|
||||
},
|
||||
"homepage": "https://gitlab.com/loicbersier/discordbot#readme",
|
||||
"dependencies": {
|
||||
"discord.js": "^11.4.2",
|
||||
"discord.js-commando": "^0.10.0"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue