Files
Jobs-List/package.json
T
aewing 85a935f3a5 Update field handling guidelines and version to alpha2
- Enhanced Date/Time Handling with null/sentinel date logic (1900-01-01)
- Added 'See Notes' display for sentinel dates with related note fields
- Documented date entry normalization and validation rules
- Added Boolean Field Handling guidelines
- Added Calculated Fields documentation (Active, Due_Date_Counter)
- Added Due_Date_ASAP field specification for urgent job tracking
- Added Pending Schema Updates section
- Version bump to 1.0.0-alpha2
2025-12-22 02:28:52 +00:00

22 lines
468 B
JSON

{
"name": "job-list",
"version": "1.0.0-alpha2",
"description": "Job-List",
"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"
}
}