initial commit

This commit is contained in:
2024-07-07 00:48:39 +02:00
commit cc7d7d71b9
49 changed files with 3017 additions and 0 deletions

20
api/package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "api",
"version": "1.0.50",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "bun run --watch src/index.ts"
},
"dependencies": {
"@elysiajs/cors": "^1.0.2",
"@it-incubator/prettier-config": "^0.1.2",
"elysia": "latest",
"postgres": "^3.4.4"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"bun-types": "latest"
},
"prettier": "@it-incubator/prettier-config",
"module": "src/index.js"
}