making life easier

This commit is contained in:
Alex Brow 2020-03-26 12:28:23 -04:00
parent 954f5a0641
commit ba03db77d1
No known key found for this signature in database
GPG Key ID: F48926893F475C25
2 changed files with 24 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
node_modules/

23
package.json Normal file
View File

@ -0,0 +1,23 @@
{
"name": "osselbot",
"version": "1.0.0",
"description": "Discordbot on Discord.js",
"main": "index.js",
"dependencies": {
"discord.js": "^12.0.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Technicolor-creamsicle/Osselbot.git"
},
"author": "Alex Technicolor <technicolor@2a03.party> (http://technicolor.2a03.party)",
"license": "SEE LICENSE IN LICENCE",
"bugs": {
"url": "https://github.com/Technicolor-creamsicle/Osselbot/issues"
},
"homepage": "https://github.com/Technicolor-creamsicle/Osselbot#readme"
}