diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/package.json b/package.json index 7194374..7af0e11 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "build:tsc:no-emit": "yarn rimraf dist && yarn tsc --noEmit", "_start": "yarn build:esbuild && node --enable-source-maps --experimental-json-modules --no-warnings dist/src/bot.js", "start": "yarn build:tsc && node --enable-source-maps --experimental-json-modules --no-warnings dist/src/bot.js", - "start:dry": "yarn build:tsc && node --enable-source-maps --experimental-json-modules --no-warnings dist/src/bot.js dry", + "start:dry": "yarn start dry", "dev": "yarn build:tsc && node --enable-source-maps --experimental-json-modules --no-warnings dist/src/bot.js", "test": "yarn lint && yarn tsc --noEmit", "format": "yarn prettier . --write", @@ -44,22 +44,20 @@ "format:check": "yarn prettier . --check", "upgrade": "yarn rimraf yarn.lock && yarn cache clean && yarn install && yarn up && yarn up -R && yarn set version latest", "upgrade:sdk": "yarn dlx @yarnpkg/sdks vscode", - "upgrade:manual": "yarn add @notenoughupdates/discord.js-minesweeper @notenoughupdates/events-intercept @notenoughupdates/humanize-duration @notenoughupdates/simplify-number @notenoughupdates/wolfram-alpha-api @sentry/integrations @sentry/node @sentry/tracing canvas chalk deep-lock discord-akairo@npm:@notenoughupdates/discord-akairo@dev discord.js@npm:@notenoughupdates/discord.js@dev fuse.js got lodash mathjs nanoid node-os-utils numeral pg pg-hstore prettier pretty-bytes rimraf sequelize tinycolor2 tslib typescript vm2 && yarn add --dev @types/express @types/lodash @types/node @types/node-os-utils @types/numeral @types/tinycolor2 @types/validator @typescript-eslint/eslint-plugin @typescript-eslint/parser discord-api-types@0.26.1 eslint eslint-config-prettier node-fetch", - "upgrade:package": "powershell -c \"yarn info --name-only | %{\\$_ -replace '^(?:├─ |└─ )?(@?[a-z0-9-~][a-z0-9-._~/]{0,}(?=.*(npm:(?!.*dev)|patch:.*?@npm).*))|.*\\$','\\$1'} | where{[string]::IsNullOrEmpty(\\$_) -eq \\$false} | yarn add\"", "beta": "git push && git checkout beta && git merge master && git push && git checkout master", "deploy:beta": "pm2 deploy ecosystem.config.cjs beta", "deploy:production": "pm2 deploy ecosystem.config.cjs production", "deploy:all": "yarn beta && pm2 deploy ecosystem.config.cjs production && pm2 deploy ecosystem.config.cjs beta" }, "dependencies": { - "@notenoughupdates/discord.js-minesweeper": "^1.0.9", + "@notenoughupdates/discord.js-minesweeper": "^1.0.10", "@notenoughupdates/events-intercept": "^3.0.1", "@notenoughupdates/humanize-duration": "^4.0.1", "@notenoughupdates/simplify-number": "^1.0.1", "@notenoughupdates/wolfram-alpha-api": "^1.0.1", - "@sentry/integrations": "^6.17.3", - "@sentry/node": "^6.17.3", - "@sentry/tracing": "^6.17.3", + "@sentry/integrations": "^6.17.4", + "@sentry/node": "^6.17.4", + "@sentry/tracing": "^6.17.4", "canvas": "^2.9.0", "chalk": "^5.0.0", "deep-lock": "^1.0.0", @@ -69,11 +67,11 @@ "fuse.js": "^6.5.3", "got": "^12.0.1", "lodash": "^4.17.21", - "mathjs": "^10.1.0", + "mathjs": "^10.1.1", "nanoid": "^3.2.0", "node-os-utils": "^1.3.6", "numeral": "^2.0.6", - "pg": "^8.7.1", + "pg": "^8.7.3", "pg-hstore": "^2.3.4", "prettier": "^2.5.1", "pretty-bytes": "^5.6.0", @@ -85,15 +83,15 @@ "vm2": "^3.9.5" }, "devDependencies": { - "@types/eslint": "^8", + "@types/eslint": "^8.4.1", "@types/express": "^4.17.13", "@types/lodash": "^4.14.178", - "@types/node": "^17.0.13", + "@types/node": "^17.0.14", "@types/node-os-utils": "^1.2.0", "@types/numeral": "^2.0.2", - "@types/pg": "^8", - "@types/prettier": "^2", - "@types/rimraf": "^3", + "@types/pg": "^8.6.4", + "@types/prettier": "^2.4.3", + "@types/rimraf": "^3.0.2", "@types/tinycolor2": "^1.4.3", "@types/validator": "^13.7.1", "@typescript-eslint/eslint-plugin": "^5.10.2", |