mirror of
https://github.com/Technicolor-creamsicle/Osselbot.git
synced 2024-11-16 09:15:57 -05:00
37 lines
940 B
JSON
37 lines
940 B
JSON
{
|
|
"name": "@technicolor-creamsicle/osselbot",
|
|
"version": "2.1.2",
|
|
"description": "A discord bot on Discord.js",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"discord.js": "^12.1.1",
|
|
"n": "^6.6.0",
|
|
"node-fetch": "^2.6.0",
|
|
"pretty-ms": "^6.0.1"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://npm.pkg.github.com/"
|
|
},
|
|
"bin": {
|
|
"osselbot": "./src/index.js"
|
|
},
|
|
"files": [
|
|
"/src/"
|
|
],
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "node --trace-warnings ./src/index.js --TEST",
|
|
"start": "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"
|
|
},
|
|
"homepage": "https://technicolor.2a03.party/bot"
|
|
}
|