cordelia-taryne/package.json

30 lines
834 B
JSON
Raw Normal View History

{
"name": "cordelia-taryne",
2025-02-10 18:10:31 -08:00
"version": "1.0.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.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",
"discord.js": "14.18.0",
2025-02-10 21:09:52 -08:00
"fastify": "5.2.1"
}
}