{ "name": "jobbank-cli", "version": "1.0.0", "description": "CLI for Akademikernes Jobbank (jobbank.dk) — job search for highly educated candidates", "type": "module", "main": "src/cli.ts", "bin": { "jobbank": "src/cli.ts" }, "scripts": { "start": "bun run src/cli.ts", "test": "bun test --timeout 30000", "typecheck": "tsc --noEmit" }, "dependencies": { "@bunli/core": "0.9.1", "@bunli/utils": "0.6.0", "node-html-parser": "^6.1.13", "zod": "^3.23.0" }, "devDependencies": { "@types/bun": "1.3.14", "typescript": "^5.4.0" } }