Files
serenya/package.json
T
minori a9e5fd091b
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m23s
deps: update @types/node to 25.0.10
2026-02-04 08:37:29 -08:00

30 lines
713 B
JSON

{
"name": "serenya",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"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.15.0",
"dependencies": {
"@nhcarrigan/logger": "1.0.0",
"discord.js": "14.22.1",
"fastify": "5.5.0"
},
"devDependencies": {
"@nhcarrigan/eslint-config": "5.2.0",
"@nhcarrigan/typescript-config": "4.0.0",
"@types/node": "25.0.10",
"eslint": "9.34.0",
"typescript": "5.9.2"
}
}