generated from nhcarrigan/template
All checks were successful
Node.js CI / Lint and Test (push) Successful in 37s
30 lines
834 B
JSON
30 lines
834 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.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",
|
|
"@nhcarrigan/logger": "1.0.0",
|
|
"discord.js": "14.18.0",
|
|
"fastify": "5.2.1"
|
|
}
|
|
}
|