Files
amari/package.json
T
hikari d2be204188
Node.js CI / CI (pull_request) Failing after 11s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 50s
chore: remove news feed feature
Removes the hourly RSS news posting functionality, including the
postNews module, rss interface, lastRssItems tracking, and the
rss-parser dependency.
2026-03-09 13:11:55 -07:00

36 lines
922 B
JSON

{
"name": "amari",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"build": "tsc",
"start": "op run --env-file=prod.env -- node prod/index.js",
"lint": "eslint src --max-warnings 0",
"test": "echo \"Error: no test specified\" && exit 0"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.15.0",
"devDependencies": {
"@nhcarrigan/eslint-config": "5.2.0",
"@nhcarrigan/typescript-config": "4.0.0",
"@types/node": "24.3.0",
"@types/node-schedule": "2.1.8",
"eslint": "9.33.0",
"typescript": "5.9.3"
},
"dependencies": {
"@anthropic-ai/sdk": "0.78.0",
"@nhcarrigan/discord-analytics": "0.0.6",
"@nhcarrigan/logger": "1.1.1",
"@retroachievements/api": "2.10.0",
"discord.js": "14.22.0",
"fastify": "5.7.4",
"node-schedule": "2.1.1",
"octokit": "5.0.5"
}
}