mirror of
https://github.com/Technicolor-creamsicle/Osselbot.git
synced 2024-11-18 02:05:54 -05:00
making life easier
This commit is contained in:
parent
954f5a0641
commit
ba03db77d1
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
node_modules/
|
23
package.json
Normal file
23
package.json
Normal 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"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user