21 lines
491 B
JSON
21 lines
491 B
JSON
{
|
|
"name": "job-creation-with-excel-sync",
|
|
"version": "1.0.0-beta2",
|
|
"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"
|
|
}
|
|
}
|