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