This commit is contained in:
2025-12-15 15:44:24 -06:00
parent ebae07572c
commit 5a4b279071
7 changed files with 1673 additions and 1 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "job-creation-with-excel-sync",
"version": "1.0.0",
"description": "Unified job creation form with PocketBase and Excel sync",
"type": "module",
"scripts": {
"dev": "bun run server.ts",
"start": "bun run server.ts"
},
"dependencies": {
"@microsoft/microsoft-graph-client": "^3.0.7",
"dotenv": "^17.2.3",
"hono": "^4.10.8",
"pocketbase": "^0.26.5"
},
"devDependencies": {
"@types/bun": "latest",
"@types/node": "latest"
}
}