From 91f4c849ebc74eb36d43095b31a9ebd2389505d5 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 15 May 2020 15:41:44 -0500 Subject: [PATCH] package overhaul --- package.json | 57 +++++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 27 deletions(-) diff --git a/package.json b/package.json index 632a4b3..ad8dd49 100644 --- a/package.json +++ b/package.json @@ -1,29 +1,32 @@ { - "name": "@technicolor-creamsicle/osselbot", - "version": "2.0.2", - "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/" - }, - "devDependencies": {}, - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", - "start": "npm install; node ./src/index.js" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/Technicolor-creamsicle/Osselbot.git" - }, - "author": "Alex Technicolor (http://technicolor.2a03.party)", - "license": "SEE LICENSE IN LICENCE", - "bugs": { - "url": "https://github.com/Technicolor-creamsicle/Osselbot/issues" - }, - "homepage": "https://technicolor.2a03.party/bot" + "name": "@technicolor-creamsicle/osselbot", + "version": "2.0.2-alpha", + "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/" + }, + "files": [ + "./src" + ], + "devDependencies": {}, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1", + "start": "npm install; node ./src/index.js" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/Technicolor-creamsicle/Osselbot.git" + }, + "author": "Alex Technicolor (http://technicolor.2a03.party)", + "license": "SEE LICENSE IN LICENCE", + "bugs": { + "url": "https://github.com/Technicolor-creamsicle/Osselbot/issues" + }, + "homepage": "https://technicolor.2a03.party/bot" }