diff --git a/.gitignore b/.gitignore index fc5b850..2216416 100644 --- a/.gitignore +++ b/.gitignore @@ -5,5 +5,5 @@ debug.js deploy-guild-commands.js deploy-commands.js MOOver.code-workspace -all* -./database/test.json \ No newline at end of file +./database/test.json +node_modules \ No newline at end of file diff --git a/env b/env new file mode 100644 index 0000000..ebb4486 --- /dev/null +++ b/env @@ -0,0 +1,11 @@ +TOKEN =NzczMTUyNDgzNzMxNzAxODAw.X6FEXA.y3lIt46kWIAAqf7_zb4xyQvqYcQ +MOOTOKEN = NzcwMjk0Nzk4OTQ2NTMzMzk2.X5be7w.9gw0hWDWZFkITuskpB77AsqOnjg +TENOR =GL5GC5SE7T4G +DBPASS =LkUhocm3flXxGRMC +DBSRV =mongodb+srv://MOOver:LkUhocm3flXxGRMC@moover.lztqb.mongodb.net/?retryWrites=true&w=majority +DEBUG=ON + +debugId = 773152483731701800 +debugGuildId = 770748282191740940 +mooverId = 770294798946533396 +mainGuildId = 490610642106056705 \ No newline at end of file diff --git a/node_modules/.bin/acorn b/node_modules/.bin/acorn index cf76760..46a3e61 120000 --- a/node_modules/.bin/acorn +++ b/node_modules/.bin/acorn @@ -1 +1,12 @@ -../acorn/bin/acorn \ No newline at end of file +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../acorn/bin/acorn" "$@" +else + exec node "$basedir/../acorn/bin/acorn" "$@" +fi diff --git a/node_modules/.bin/detect-libc b/node_modules/.bin/detect-libc index b4c4b76..9a7ff33 120000 --- a/node_modules/.bin/detect-libc +++ b/node_modules/.bin/detect-libc @@ -1 +1,12 @@ -../detect-libc/bin/detect-libc.js \ No newline at end of file +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../detect-libc/bin/detect-libc.js" "$@" +else + exec node "$basedir/../detect-libc/bin/detect-libc.js" "$@" +fi diff --git a/node_modules/.bin/eslint b/node_modules/.bin/eslint index 810e4bc..4e7c1c9 120000 --- a/node_modules/.bin/eslint +++ b/node_modules/.bin/eslint @@ -1 +1,12 @@ -../eslint/bin/eslint.js \ No newline at end of file +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../eslint/bin/eslint.js" "$@" +else + exec node "$basedir/../eslint/bin/eslint.js" "$@" +fi diff --git a/node_modules/.bin/js-yaml b/node_modules/.bin/js-yaml index 9dbd010..ed78a86 120000 --- a/node_modules/.bin/js-yaml +++ b/node_modules/.bin/js-yaml @@ -1 +1,12 @@ -../js-yaml/bin/js-yaml.js \ No newline at end of file +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../js-yaml/bin/js-yaml.js" "$@" +else + exec node "$basedir/../js-yaml/bin/js-yaml.js" "$@" +fi diff --git a/node_modules/.bin/mkdirp b/node_modules/.bin/mkdirp index 017896c..6ba5765 120000 --- a/node_modules/.bin/mkdirp +++ b/node_modules/.bin/mkdirp @@ -1 +1,12 @@ -../mkdirp/bin/cmd.js \ No newline at end of file +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../mkdirp/bin/cmd.js" "$@" +else + exec node "$basedir/../mkdirp/bin/cmd.js" "$@" +fi diff --git a/node_modules/.bin/needle b/node_modules/.bin/needle index 8280969..c7ed0fe 120000 --- a/node_modules/.bin/needle +++ b/node_modules/.bin/needle @@ -1 +1,12 @@ -../needle/bin/needle \ No newline at end of file +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../needle/bin/needle" "$@" +else + exec node "$basedir/../needle/bin/needle" "$@" +fi diff --git a/node_modules/.bin/node-pre-gyp b/node_modules/.bin/node-pre-gyp index 47a90a5..b0504e3 120000 --- a/node_modules/.bin/node-pre-gyp +++ b/node_modules/.bin/node-pre-gyp @@ -1 +1,12 @@ -../node-pre-gyp/bin/node-pre-gyp \ No newline at end of file +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../node-pre-gyp/bin/node-pre-gyp" "$@" +else + exec node "$basedir/../node-pre-gyp/bin/node-pre-gyp" "$@" +fi diff --git a/node_modules/.bin/node-which b/node_modules/.bin/node-which index 6f8415e..aece735 120000 --- a/node_modules/.bin/node-which +++ b/node_modules/.bin/node-which @@ -1 +1,12 @@ -../which/bin/node-which \ No newline at end of file +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../which/bin/node-which" "$@" +else + exec node "$basedir/../which/bin/node-which" "$@" +fi diff --git a/node_modules/.bin/npm b/node_modules/.bin/npm index e804334..4e66734 120000 --- a/node_modules/.bin/npm +++ b/node_modules/.bin/npm @@ -1 +1,12 @@ -../npm/bin/npm-cli.js \ No newline at end of file +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../npm/bin/npm-cli.js" "$@" +else + exec node "$basedir/../npm/bin/npm-cli.js" "$@" +fi diff --git a/node_modules/.bin/npx b/node_modules/.bin/npx index 6040b47..509e7d3 120000 --- a/node_modules/.bin/npx +++ b/node_modules/.bin/npx @@ -1 +1,12 @@ -../npm/bin/npx-cli.js \ No newline at end of file +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../npm/bin/npx-cli.js" "$@" +else + exec node "$basedir/../npm/bin/npx-cli.js" "$@" +fi diff --git a/node_modules/.bin/rc b/node_modules/.bin/rc index 48b3cda..e31cd83 120000 --- a/node_modules/.bin/rc +++ b/node_modules/.bin/rc @@ -1 +1,12 @@ -../rc/cli.js \ No newline at end of file +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../rc/cli.js" "$@" +else + exec node "$basedir/../rc/cli.js" "$@" +fi diff --git a/node_modules/.bin/rimraf b/node_modules/.bin/rimraf index 4cd49a4..b816825 120000 --- a/node_modules/.bin/rimraf +++ b/node_modules/.bin/rimraf @@ -1 +1,12 @@ -../rimraf/bin.js \ No newline at end of file +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../rimraf/bin.js" "$@" +else + exec node "$basedir/../rimraf/bin.js" "$@" +fi diff --git a/node_modules/.bin/semver b/node_modules/.bin/semver index 5aaadf4..77443e7 120000 --- a/node_modules/.bin/semver +++ b/node_modules/.bin/semver @@ -1 +1,12 @@ -../semver/bin/semver.js \ No newline at end of file +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../semver/bin/semver.js" "$@" +else + exec node "$basedir/../semver/bin/semver.js" "$@" +fi diff --git a/node_modules/.bin/uuid b/node_modules/.bin/uuid index 588f70e..c3ec003 120000 --- a/node_modules/.bin/uuid +++ b/node_modules/.bin/uuid @@ -1 +1,12 @@ -../uuid/dist/bin/uuid \ No newline at end of file +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../uuid/dist/bin/uuid" "$@" +else + exec node "$basedir/../uuid/dist/bin/uuid" "$@" +fi diff --git a/node_modules/node-pre-gyp/node_modules/.bin/nopt b/node_modules/node-pre-gyp/node_modules/.bin/nopt index 6b6566e..f1ec43b 120000 --- a/node_modules/node-pre-gyp/node_modules/.bin/nopt +++ b/node_modules/node-pre-gyp/node_modules/.bin/nopt @@ -1 +1,12 @@ -../nopt/bin/nopt.js \ No newline at end of file +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../nopt/bin/nopt.js" "$@" +else + exec node "$basedir/../nopt/bin/nopt.js" "$@" +fi diff --git a/node_modules/node-pre-gyp/node_modules/.bin/rimraf b/node_modules/node-pre-gyp/node_modules/.bin/rimraf index 4cd49a4..b816825 120000 --- a/node_modules/node-pre-gyp/node_modules/.bin/rimraf +++ b/node_modules/node-pre-gyp/node_modules/.bin/rimraf @@ -1 +1,12 @@ -../rimraf/bin.js \ No newline at end of file +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../rimraf/bin.js" "$@" +else + exec node "$basedir/../rimraf/bin.js" "$@" +fi diff --git a/node_modules/node-pre-gyp/node_modules/.bin/semver b/node_modules/node-pre-gyp/node_modules/.bin/semver index 317eb29..86cee84 120000 --- a/node_modules/node-pre-gyp/node_modules/.bin/semver +++ b/node_modules/node-pre-gyp/node_modules/.bin/semver @@ -1 +1,12 @@ -../semver/bin/semver \ No newline at end of file +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../semver/bin/semver" "$@" +else + exec node "$basedir/../semver/bin/semver" "$@" +fi diff --git a/node_modules/npm/node_modules/.bin/arborist b/node_modules/npm/node_modules/.bin/arborist index 752f4a7..f035f2d 120000 --- a/node_modules/npm/node_modules/.bin/arborist +++ b/node_modules/npm/node_modules/.bin/arborist @@ -1 +1,12 @@ -../@npmcli/arborist/bin/index.js \ No newline at end of file +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../@npmcli/arborist/bin/index.js" "$@" +else + exec node "$basedir/../@npmcli/arborist/bin/index.js" "$@" +fi diff --git a/node_modules/npm/node_modules/.bin/color-support b/node_modules/npm/node_modules/.bin/color-support index fcbcb28..59e6506 120000 --- a/node_modules/npm/node_modules/.bin/color-support +++ b/node_modules/npm/node_modules/.bin/color-support @@ -1 +1,12 @@ -../color-support/bin.js \ No newline at end of file +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../color-support/bin.js" "$@" +else + exec node "$basedir/../color-support/bin.js" "$@" +fi diff --git a/node_modules/npm/node_modules/.bin/installed-package-contents b/node_modules/npm/node_modules/.bin/installed-package-contents index 4b296e7..54bb519 120000 --- a/node_modules/npm/node_modules/.bin/installed-package-contents +++ b/node_modules/npm/node_modules/.bin/installed-package-contents @@ -1 +1,8 @@ -../@npmcli/installed-package-contents/index.js \ No newline at end of file +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +exec "$basedir/../@npmcli/installed-package-contents/index.js" "$@" diff --git a/node_modules/npm/node_modules/.bin/mkdirp b/node_modules/npm/node_modules/.bin/mkdirp index 017896c..6ba5765 120000 --- a/node_modules/npm/node_modules/.bin/mkdirp +++ b/node_modules/npm/node_modules/.bin/mkdirp @@ -1 +1,12 @@ -../mkdirp/bin/cmd.js \ No newline at end of file +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../mkdirp/bin/cmd.js" "$@" +else + exec node "$basedir/../mkdirp/bin/cmd.js" "$@" +fi diff --git a/node_modules/npm/node_modules/.bin/node-gyp b/node_modules/npm/node_modules/.bin/node-gyp index 9b31a4f..b80888c 120000 --- a/node_modules/npm/node_modules/.bin/node-gyp +++ b/node_modules/npm/node_modules/.bin/node-gyp @@ -1 +1,12 @@ -../node-gyp/bin/node-gyp.js \ No newline at end of file +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../node-gyp/bin/node-gyp.js" "$@" +else + exec node "$basedir/../node-gyp/bin/node-gyp.js" "$@" +fi diff --git a/node_modules/npm/node_modules/.bin/node-which b/node_modules/npm/node_modules/.bin/node-which index 6f8415e..aece735 120000 --- a/node_modules/npm/node_modules/.bin/node-which +++ b/node_modules/npm/node_modules/.bin/node-which @@ -1 +1,12 @@ -../which/bin/node-which \ No newline at end of file +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../which/bin/node-which" "$@" +else + exec node "$basedir/../which/bin/node-which" "$@" +fi diff --git a/node_modules/npm/node_modules/.bin/nopt b/node_modules/npm/node_modules/.bin/nopt index 6b6566e..f1ec43b 120000 --- a/node_modules/npm/node_modules/.bin/nopt +++ b/node_modules/npm/node_modules/.bin/nopt @@ -1 +1,12 @@ -../nopt/bin/nopt.js \ No newline at end of file +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../nopt/bin/nopt.js" "$@" +else + exec node "$basedir/../nopt/bin/nopt.js" "$@" +fi diff --git a/node_modules/npm/node_modules/.bin/npm-packlist b/node_modules/npm/node_modules/.bin/npm-packlist index b897e4a..c6f28c6 120000 --- a/node_modules/npm/node_modules/.bin/npm-packlist +++ b/node_modules/npm/node_modules/.bin/npm-packlist @@ -1 +1,12 @@ -../npm-packlist/bin/index.js \ No newline at end of file +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../npm-packlist/bin/index.js" "$@" +else + exec node "$basedir/../npm-packlist/bin/index.js" "$@" +fi diff --git a/node_modules/npm/node_modules/.bin/opener b/node_modules/npm/node_modules/.bin/opener index 891b847..8852090 120000 --- a/node_modules/npm/node_modules/.bin/opener +++ b/node_modules/npm/node_modules/.bin/opener @@ -1 +1,12 @@ -../opener/bin/opener-bin.js \ No newline at end of file +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../opener/bin/opener-bin.js" "$@" +else + exec node "$basedir/../opener/bin/opener-bin.js" "$@" +fi diff --git a/node_modules/npm/node_modules/.bin/pacote b/node_modules/npm/node_modules/.bin/pacote index e595831..51ca881 120000 --- a/node_modules/npm/node_modules/.bin/pacote +++ b/node_modules/npm/node_modules/.bin/pacote @@ -1 +1,12 @@ -../pacote/lib/bin.js \ No newline at end of file +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../pacote/lib/bin.js" "$@" +else + exec node "$basedir/../pacote/lib/bin.js" "$@" +fi diff --git a/node_modules/npm/node_modules/.bin/qrcode-terminal b/node_modules/npm/node_modules/.bin/qrcode-terminal index 2a09d26..6ba07b3 120000 --- a/node_modules/npm/node_modules/.bin/qrcode-terminal +++ b/node_modules/npm/node_modules/.bin/qrcode-terminal @@ -1 +1,12 @@ -../qrcode-terminal/bin/qrcode-terminal.js \ No newline at end of file +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../qrcode-terminal/bin/qrcode-terminal.js" "$@" +else + exec node "$basedir/../qrcode-terminal/bin/qrcode-terminal.js" "$@" +fi diff --git a/node_modules/npm/node_modules/.bin/rimraf b/node_modules/npm/node_modules/.bin/rimraf index 4cd49a4..b816825 120000 --- a/node_modules/npm/node_modules/.bin/rimraf +++ b/node_modules/npm/node_modules/.bin/rimraf @@ -1 +1,12 @@ -../rimraf/bin.js \ No newline at end of file +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../rimraf/bin.js" "$@" +else + exec node "$basedir/../rimraf/bin.js" "$@" +fi diff --git a/node_modules/npm/node_modules/.bin/semver b/node_modules/npm/node_modules/.bin/semver index 5aaadf4..77443e7 120000 --- a/node_modules/npm/node_modules/.bin/semver +++ b/node_modules/npm/node_modules/.bin/semver @@ -1 +1,12 @@ -../semver/bin/semver.js \ No newline at end of file +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../semver/bin/semver.js" "$@" +else + exec node "$basedir/../semver/bin/semver.js" "$@" +fi diff --git a/package.json b/package.json index 8eefa60..51a0356 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "", "main": "main.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "start": "node main.js" }, "engines": { "node": "16.x" @@ -26,4 +26,4 @@ "sequelize": "^6.16.1", "sqlite3": "^4.2.0" } -} +} \ No newline at end of file