package overhaul

This commit is contained in:
Alex 2020-05-15 15:41:44 -05:00
parent b0d6c6490e
commit 91f4c849eb
1 changed files with 30 additions and 27 deletions

View File

@ -1,29 +1,32 @@
{ {
"name": "@technicolor-creamsicle/osselbot", "name": "@technicolor-creamsicle/osselbot",
"version": "2.0.2", "version": "2.0.2-alpha",
"description": "A discord bot on Discord.js", "description": "A discord bot on Discord.js",
"main": "index.js", "main": "index.js",
"dependencies": { "dependencies": {
"discord.js": "^12.1.1", "discord.js": "^12.1.1",
"n": "^6.4.0", "n": "^6.4.0",
"pretty-ms": "^6.0.1" "pretty-ms": "^6.0.1"
}, },
"publishConfig": { "publishConfig": {
"registry": "https://npm.pkg.github.com/" "registry": "https://npm.pkg.github.com/"
}, },
"devDependencies": {}, "files": [
"scripts": { "./src"
"test": "echo \"Error: no test specified\" && exit 1", ],
"start": "npm install; node ./src/index.js" "devDependencies": {},
}, "scripts": {
"repository": { "test": "echo \"Error: no test specified\" && exit 1",
"type": "git", "start": "npm install; node ./src/index.js"
"url": "git+https://github.com/Technicolor-creamsicle/Osselbot.git" },
}, "repository": {
"author": "Alex Technicolor <technicolor@2a03.party> (http://technicolor.2a03.party)", "type": "git",
"license": "SEE LICENSE IN LICENCE", "url": "git+https://github.com/Technicolor-creamsicle/Osselbot.git"
"bugs": { },
"url": "https://github.com/Technicolor-creamsicle/Osselbot/issues" "author": "Alex Technicolor <technicolor@2a03.party> (http://technicolor.2a03.party)",
}, "license": "SEE LICENSE IN LICENCE",
"homepage": "https://technicolor.2a03.party/bot" "bugs": {
"url": "https://github.com/Technicolor-creamsicle/Osselbot/issues"
},
"homepage": "https://technicolor.2a03.party/bot"
} }