This commit is contained in:
Alex 2020-05-15 15:14:32 -05:00
parent 6732fe4db5
commit dac06d57e1
2 changed files with 8 additions and 6 deletions

2
package-lock.json generated
View File

@ -1,5 +1,5 @@
{
"name": "osselbot",
"name": "@technicolor-creamsicle/osselbot",
"version": "1.1.0",
"lockfileVersion": 1,
"requires": true,

View File

@ -1,18 +1,20 @@
{
"name": "osselbot",
"version": "1.1.0",
"description": "Discordbot on Discord.js",
"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/" },
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./index.js"
"start": "npm install; node ./src/index.js"
},
"repository": {
"type": "git",