boost-monitor/package.json

50 lines
1.3 KiB
JSON
Raw Normal View History

2024-05-12 01:23:51 -07:00
{
"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",
2024-09-26 11:17:31 -07:00
"pnpm": "9"
2024-05-12 01:23:51 -07:00
},
"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",
2024-09-26 11:17:31 -07:00
"fastify": "5.0.0",
2024-05-12 01:23:51 -07:00
"winston": "3.13.0"
}
}