Osselbot/package.json

30 lines
846 B
JSON
Raw Normal View History

2020-03-26 16:28:23 +00:00
{
2020-05-15 20:14:32 +00:00
"name": "@technicolor-creamsicle/osselbot",
"version": "2.0.2",
"description": "A discord bot on Discord.js",
2020-03-26 16:28:23 +00:00
"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
},
2020-05-15 20:14:32 +00:00
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
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",
2020-05-15 20:14:32 +00:00
"start": "npm install; node ./src/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
}