2025-02-10 18:10:23 -08:00
|
|
|
{
|
|
|
|
"name": "cordelia-taryne",
|
2025-02-10 18:10:31 -08:00
|
|
|
"version": "1.0.0",
|
2025-02-10 18:10:23 -08:00
|
|
|
"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.1.0",
|
|
|
|
"@nhcarrigan/typescript-config": "4.0.0",
|
|
|
|
"@types/node": "22.13.1",
|
|
|
|
"eslint": "9.20.0",
|
|
|
|
"typescript": "5.7.3"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@anthropic-ai/sdk": "0.36.3",
|
2025-02-10 20:56:50 -08:00
|
|
|
"@nhcarrigan/logger": "1.0.0",
|
2025-02-10 18:10:23 -08:00
|
|
|
"discord.js": "14.18.0",
|
|
|
|
"fastify": "5.2.1",
|
|
|
|
"winston": "3.17.0"
|
|
|
|
}
|
|
|
|
}
|