This commit is contained in:
2025-12-14 13:31:29 -06:00
parent eefd867ab5
commit a6672f08fa
19 changed files with 3252 additions and 1 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "employee-records",
"version": "1.0.0",
"description": "Employee records management system with PocketBase",
"type": "module",
"scripts": {
"dev": "bun run src/server.ts",
"start": "bun run src/server.ts",
"type-check": "tsc --noEmit"
},
"dependencies": {
"hono": "^4.0.0",
"pocketbase": "^0.21.0"
},
"devDependencies": {
"@types/bun": "latest",
"typescript": "^5.0.0"
}
}