Files
sorielle/package.json
minori 4253ff73f3
Node.js CI / CI (pull_request) Failing after 27s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m29s
deps: update fastify to 5.7.4
2026-02-13 07:05:38 -08:00

31 lines
824 B
JSON

{
"name": "sorielle",
"version": "0.0.0",
"description": "A Discord bot that automatically deletes messages from a venting channel.",
"main": "index.js",
"type": "module",
"scripts": {
"lint": "eslint ./src --max-warnings 0",
"build": "prisma generate && 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.13.1",
"devDependencies": {
"@nhcarrigan/eslint-config": "5.2.0",
"@nhcarrigan/typescript-config": "4.0.0",
"eslint": "9.31.0",
"prisma": "6.12.0",
"typescript": "5.8.3"
},
"dependencies": {
"@nhcarrigan/logger": "1.0.0",
"@prisma/client": "6.12.0",
"discord.js": "14.21.0",
"fastify": "5.7.4"
}
}