mirror of
https://github.com/Technicolor-creamsicle/Osselbot.git
synced 2024-11-14 00:06:14 -05:00
26 lines
721 B
JSON
26 lines
721 B
JSON
{
|
|
"name": "osselbot",
|
|
"version": "1.1.0",
|
|
"description": "Discordbot on Discord.js",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"discord.js": "^12.1.1",
|
|
"n": "^6.4.0",
|
|
"pretty-ms": "^6.0.1"
|
|
},
|
|
"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"
|
|
}
|