Osselbot/package.json

36 lines
848 B
JSON
Raw Permalink Normal View History

2020-03-26 16:28:23 +00:00
{
2020-05-15 20:41:44 +00:00
"name": "@technicolor-creamsicle/osselbot",
2020-05-18 19:20:50 +00:00
"version": "2.1.0",
2020-05-15 20:41:44 +00:00
"description": "A discord bot on Discord.js",
"main": "index.js",
"dependencies": {
"discord.js": "^12.1.1",
"n": "^6.4.0",
2020-05-24 06:47:11 +00:00
"pretty-ms": "^6.0.1"
2020-05-15 20:41:44 +00:00
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
2020-05-18 06:13:17 +00:00
"bin": {
"osselbot": "./src/index.js"
},
2020-05-15 20:41:44 +00:00
"files": [
2020-05-15 21:51:26 +00:00
"/src/"
2020-05-15 20:41:44 +00:00
],
"devDependencies": {},
"scripts": {
2020-05-17 06:59:12 +00:00
"test": "node ./src/index --TEST",
2020-05-26 01:09:55 +00:00
"start": "node ./src/index.js"
2020-05-15 20:41:44 +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-18 06:13:17 +00:00
"homepage": "https://technicolor.2a03.party/bot"
2020-03-26 16:28:23 +00:00
}