boost-monitor/package.json
Naomi Carrigan 58e03c4766
All checks were successful
Node.js CI / Lint and Test (pull_request) Successful in 50s
feat: setup actions
2025-01-23 01:03:40 -08: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!' && exit 0"
},
"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"
}
}