Files
Job-Form/package.json
T

21 lines
491 B
JSON

{
"name": "job-creation-with-excel-sync",
"version": "1.0.0-beta3",
"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"
}
}