2020-03-26 12:28:23 -04:00
|
|
|
{
|
|
|
|
"name": "osselbot",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Discordbot on Discord.js",
|
|
|
|
"main": "index.js",
|
|
|
|
"dependencies": {
|
2020-04-04 19:01:46 -04:00
|
|
|
"discord.js": "^12.1.1",
|
2020-03-31 10:19:01 -04:00
|
|
|
"pretty-ms": "^6.0.1"
|
2020-03-26 12:28:23 -04:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|