Files
altaria/package.json
T
minori 98780e1a3b
Node.js CI / CI (pull_request) Successful in 50s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 2m29s
deps: update fastify to 5.7.2
2026-02-05 07:10:41 -08:00

31 lines
812 B
JSON

{
"name": "altaria",
"version": "0.0.0",
"description": "Discord bot that gently reminds you to use alt text.",
"main": "index.js",
"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.14.0",
"devDependencies": {
"@nhcarrigan/eslint-config": "5.2.0",
"@nhcarrigan/typescript-config": "4.0.0",
"@types/node": "24.2.1",
"eslint": "9.33.0",
"typescript": "5.9.2"
},
"dependencies": {
"@nhcarrigan/discord-analytics": "0.0.6",
"@nhcarrigan/logger": "1.1.1",
"discord.js": "14.21.0",
"fastify": "5.7.2"
}
}