feat: initial prototype

This commit is contained in:
2025-08-22 15:44:26 -07:00
parent 3dcfa8db3f
commit 09ab66d3e1
13 changed files with 4954 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
{
"name": "serenya",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"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.15.0",
"dependencies": {
"@nhcarrigan/logger": "1.0.0",
"discord.js": "14.22.1",
"fastify": "5.5.0"
},
"devDependencies": {
"@nhcarrigan/eslint-config": "5.2.0",
"@nhcarrigan/typescript-config": "4.0.0",
"@types/node": "24.3.0",
"eslint": "9.34.0",
"typescript": "5.9.2"
}
}