Files
hikari/bot/package.json
hikari e2167b117a
Node.js CI / CI (push) Successful in 42s
Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 1m2s
deps: update discord.js to 14.25.1
Enables typed getStringSelectValues() for modal select menus,
removing the need for type assertion workarounds.
2026-03-12 23:01:22 -07:00

28 lines
671 B
JSON

{
"name": "bot",
"version": "0.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"lint": "eslint ./src --max-warnings 0 --ignore-pattern ./src/data",
"build": "tsc",
"start": "op run --env-file=./prod.env -- node ./prod/index.js",
"test": "echo 'No tests yet' && exit 0"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.12.3",
"dependencies": {
"@anthropic-ai/sdk": "0.56.0",
"@nhcarrigan/discord-analytics": "0.0.6",
"@nhcarrigan/logger": "1.1.1",
"discord.js": "14.25.1",
"fastify": "5.4.0"
},
"devDependencies": {
"@types/node": "24.0.10"
}
}