{ "name": "job-info-mode3", "version": "1.0.0-mode3", "type": "module", "private": true, "scripts": { "dev": "bun --watch backend/server.ts", "start": "bun run backend/server.ts", "build:css": "tailwindcss -i input.css -o frontend/output.css --watch" }, "devDependencies": { "@types/bun": "latest", "autoprefixer": "^10.4.23", "postcss": "^8.5.6", "tailwindcss": "^4.1.18" }, "peerDependencies": { "typescript": "^5" }, "dependencies": { "dotenv": "^17.2.3", "hono": "^4.10.8", "soap": "^0.12.0", "xml2js": "^0.6.2", "tailwind": "^4.0.0" } }