23 lines
546 B
JSON
23 lines
546 B
JSON
{
|
|
"name": "job-info-prod",
|
|
"version": "2.0.0",
|
|
"description": "Professional field management application with dual-token authentication",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "bun run --watch backend/src/index.ts",
|
|
"start": "bun run backend/src/index.ts",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "bun test"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^17.2.3",
|
|
"hono": "^4.10.8",
|
|
"ioredis": "^5.3.2",
|
|
"pocketbase": "^0.26.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|