backend APis complete

This commit is contained in:
2025-12-16 22:59:29 -06:00
commit 9fd0b59dfb
7 changed files with 2631 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "skyward-analysis",
"module": "index.ts",
"type": "module",
"private": true,
"devDependencies": {
"@types/bun": "latest",
"@types/express": "^5.0.6"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"dotenv": "^17.2.3",
"express": "^5.2.1",
"pino": "^10.1.0",
"pino-pretty": "^13.1.3",
"playwright": "^1.57.0"
}
}