boost-monitor/package.json
naomi-lgbt f88af5863f chore: bump node version (#3)
Reviewed-on: https://codeberg.org/nhcarrigan/boost-monitor/pulls/3
Co-authored-by: naomi-lgbt <naomi-lgbt@noreply.codeberg.org>
Co-committed-by: naomi-lgbt <naomi-lgbt@noreply.codeberg.org>
2024-10-22 13:59:17 +00:00

50 lines
1.3 KiB
JSON

{
"name": "oogie-woogie-boostie-woostie",
"version": "1.0.1",
"description": "A bot to remove booster perks when someone stops boosting.",
"main": "prod/index.js",
"scripts": {
"prebuild": "rm -rf ./prod",
"build": "tsc",
"lint": "eslint src --max-warnings 0",
"start": "node -r dotenv/config prod/index.js",
"test": "echo 'No tests yet!'"
},
"engines": {
"node": "22",
"pnpm": "9"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nhcarrigan/oogie-woogie-boostie-woostie.git"
},
"keywords": [
"discord",
"bot",
"typescript",
"discord.js"
],
"author": "Naomi Carrigan",
"license": "SEE LICENSE IN https://docs.nhcarrigan.com/#/license",
"bugs": {
"url": "https://github.com/nhcarrigan/oogie-woogie-boostie-woostie/issues"
},
"homepage": "https://github.com/nhcarrigan/oogie-woogie-boostie-woostie#readme",
"devDependencies": {
"@nhcarrigan/eslint-config": "1.1.3",
"@nhcarrigan/prettier-config": "1.0.1",
"@nhcarrigan/typescript-config": "1.0.1",
"eslint": "8.57.0",
"prettier": "2.8.8",
"typescript": "5.4.5"
},
"dependencies": {
"@sentry/integrations": "7.114.0",
"@sentry/node": "7.114.0",
"discord.js": "14.15.2",
"dotenv": "16.4.5",
"fastify": "5.0.0",
"winston": "3.13.0"
}
}