feat: initial commit

This commit is contained in:
2025-11-02 09:05:06 -08:00
parent 7f0d908ea6
commit 17facb07fc
9 changed files with 5180 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
{
"name": "vivicrea",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"build": "tsc",
"lint": "eslint src --max-warnings 0",
"start": "op run --env-file=prod.env -- node prod/index.js",
"test": "echo \"Error: no test specified\" && exit 0"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.19.0",
"devDependencies": {
"@nhcarrigan/eslint-config": "5.2.0",
"@nhcarrigan/typescript-config": "4.0.0",
"@types/node": "24.9.2",
"eslint": "9.38.0",
"typescript": "5.9.3"
},
"dependencies": {
"@google/genai": "1.28.0",
"@nhcarrigan/discord-analytics": "0.0.6",
"@nhcarrigan/logger": "1.1.1",
"discord.js": "14.24.2",
"fastify": "5.6.1"
}
}