diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json index 7af0e11..93e2231 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,7 @@ "deploy:all": "yarn beta && pm2 deploy ecosystem.config.cjs production && pm2 deploy ecosystem.config.cjs beta" }, "dependencies": { + "@discordjs/rest": "npm:@notenoughupdates/rest@dev", "@notenoughupdates/discord.js-minesweeper": "^1.0.10", "@notenoughupdates/events-intercept": "^3.0.1", "@notenoughupdates/humanize-duration": "^4.0.1", @@ -78,15 +79,16 @@ "rimraf": "^3.0.2", "sequelize": "6.13.0", "tinycolor2": "^1.4.2", - "tslib": "^2.3.1", "typescript": "^4.5.5", "vm2": "^3.9.5" }, "devDependencies": { + "@sapphire/snowflake": "^3.1.0", + "@sentry/types": "^6.17.4", "@types/eslint": "^8.4.1", "@types/express": "^4.17.13", "@types/lodash": "^4.14.178", - "@types/node": "^17.0.14", + "@types/node": "^17.0.15", "@types/node-os-utils": "^1.2.0", "@types/numeral": "^2.0.2", "@types/pg": "^8.6.4", |