Files
aria-iuvo/package.json
T
minori d045962b04
Node.js CI / CI (pull_request) Successful in 35s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m21s
deps: update @types/node to 25.2.0
2026-02-12 07:02:20 -08:00

32 lines
884 B
JSON

{
"name": "aria-iuvo",
"version": "1.2.0",
"description": "A bot to translate messages on Discord",
"main": "index.js",
"type": "module",
"scripts": {
"build": "rm -rf prod && tsc",
"lint": "eslint src --max-warnings 0",
"start": "op run --env-file=prod.env --no-masking -- node prod/index.js",
"test": "rm -rf prod && vitest run --coverage"
},
"keywords": [],
"author": "Naomi Carrigan",
"license": "See license in LICENSE.md",
"devDependencies": {
"@nhcarrigan/eslint-config": "5.1.0",
"@nhcarrigan/typescript-config": "4.0.0",
"@types/node": "25.2.0",
"@vitest/coverage-istanbul": "3.0.5",
"eslint": "9.20.0",
"typescript": "5.7.3",
"vitest": "3.0.5"
},
"dependencies": {
"@nhcarrigan/discord-analytics": "0.0.6",
"@nhcarrigan/logger": "1.1.1",
"discord.js": "14.18.0",
"fastify": "5.2.1"
}
}