Osselbot/package.json

27 lines
730 B
JSON
Raw Normal View History

2020-03-26 16:28:23 +00:00
{
"name": "osselbot",
2020-04-04 23:27:46 +00:00
"version": "1.1.0",
2020-03-26 16:28:23 +00:00
"description": "Discordbot on Discord.js",
"main": "index.js",
"dependencies": {
2020-04-04 23:01:46 +00:00
"discord.js": "^12.1.1",
2020-04-05 02:11:56 +00:00
"n": "^6.4.0",
2020-03-31 14:19:01 +00:00
"pretty-ms": "^6.0.1"
2020-03-26 16:28:23 +00:00
},
"devDependencies": {},
"scripts": {
2020-05-15 08:19:36 +00:00
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./index.js"
2020-03-26 16:28:23 +00:00
},
"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"
},
2020-05-12 07:00:19 +00:00
"homepage": "https://technicolor.2a03.party/bot"
2020-03-26 16:28:23 +00:00
}