-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "jobpilot",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"start": "node --env-file-if-exists=.env src/pipeline.ts",
"server": "node --env-file-if-exists=.env src/server.ts",
"dev": "vite",
"build": "vite build",
"test": "node --test \"test/*.test.js\""
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@fontsource-variable/archivo": "^5.2.8",
"@fontsource-variable/newsreader": "^5.2.10",
"@google/genai": "^2.12.0",
"@hono/node-server": "^2.0.10",
"@mendable/firecrawl-js": "^4.30.0",
"hono": "^4.12.30",
"pdf-parse": "^2.4.5",
"playwright": "^1.61.1",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"zod": "^4.4.3"
},
"devDependencies": {
"@tailwindcss/vite": "^4.3.2",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.3",
"tailwindcss": "^4.3.2",
"vite": "^8.1.4"
},
"description": "Scrapes company career pages, filters them against your resume, and scores what is left.",
"license": "MIT",
"engines": {
"node": ">=23.6"
}
}