Files
Jobs-List/PBandGraphScaffold/package.json
T

22 lines
532 B
JSON

{
"name": "pbandgraph-scaffold",
"version": "1.0.0-alpha1",
"description": "PocketBase + Microsoft Graph OAuth scaffold (PBandGraphOauth)",
"type": "module",
"scripts": {
"dev": "PORT=5500 bun run server.ts",
"start": "bun run server.ts"
},
"dependencies": {
"@azure/msal-node": "^2.6.7",
"@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"
}
}