Files
tyche/package.json
minori 315679b168
Node.js CI / CI (pull_request) Successful in 29s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m43s
deps: update discord.js to 14.25.1
2026-02-04 08:48:43 -08:00

30 lines
760 B
JSON

{
"name": "tyche",
"version": "0.0.0",
"description": "Discord bot to roll dice.",
"type": "module",
"scripts": {
"build": "tsc",
"lint": "eslint src --max-warnings 0",
"start": "op run --env-file=prod.env -- node prod/index.js",
"test": "echo \"Error: no test specified\" && exit 0"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.20.0",
"devDependencies": {
"@nhcarrigan/eslint-config": "5.2.0",
"@nhcarrigan/typescript-config": "4.0.0",
"@types/node": "24.10.0",
"eslint": "9.39.1",
"typescript": "5.9.3"
},
"dependencies": {
"@nhcarrigan/discord-analytics": "0.0.6",
"@nhcarrigan/logger": "1.1.1",
"discord.js": "14.25.1",
"fastify": "5.6.1"
}
}