This repository has been archived on 2026-03-12. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
naomi 4b563abece
Code Analysis / SonarQube (push) Failing after 15s
Node.js CI / Lint and Test (push) Successful in 40s
feat: add analytics
2025-10-08 15:55:20 -07:00

31 lines
881 B
JSON

{
"name": "cordelia-taryne",
"version": "1.1.0",
"description": "An AI-powered multi-purpose assistant for 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": "echo \"Error: no test specified\" && exit 0"
},
"keywords": [],
"author": "Naomi Carrigan",
"license": "See license in LICENSE.md",
"devDependencies": {
"@nhcarrigan/eslint-config": "5.2.0",
"@nhcarrigan/typescript-config": "4.0.0",
"@types/node": "22.15.21",
"eslint": "9.27.0",
"typescript": "5.8.3"
},
"dependencies": {
"@anthropic-ai/sdk": "0.52.0",
"@nhcarrigan/discord-analytics": "0.0.6",
"@nhcarrigan/logger": "1.1.1",
"discord.js": "14.19.3",
"fastify": "5.3.3"
}
}