-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.99 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.99 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "house-hunter",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"start": "vite build && tsx server/index.ts",
"build": "vite build",
"preview": "vite preview",
"server:dev": "tsx watch server/index.ts",
"scrape": "tsx server/scrape.ts",
"diag:biz135": "tsx scripts/biz135-image-loss-diagnosis.ts",
"restore:biz136": "tsx scripts/biz136-restore-hunt-images.ts",
"restore:biz140": "tsx scripts/biz140-rehydrate-no-mls-redfin.ts",
"test": "playwright test",
"test:list": "playwright test --reporter=list",
"test:qa": "bash scripts/qa-test.sh",
"pm2:start": "pm2 start ecosystem.config.cjs",
"pm2:stop": "pm2 stop house-hunter",
"pm2:logs": "pm2 logs house-hunter",
"pm2:status": "pm2 status",
"postinstall": "npm rebuild better-sqlite3"
},
"dependencies": {
"@hono/node-server": "^2.0.0",
"better-sqlite3": "^12.9.0",
"hono": "^4.12.14",
"node-cron": "^3.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0"
},
"devDependencies": {
"@playwright/test": "^1.59.1",
"@types/better-sqlite3": "^7.6.13",
"@types/node-cron": "^3.0.11",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.7.0",
"autoprefixer": "^10.5.0",
"pm2": "^7.0.1",
"postcss": "^8.5.14",
"tailwindcss": "^3.4.19",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"vite": "^5.4.21"
},
"description": "A local RSS-based listing scraper. Configure filter presets, scraper sources, and schedule; get webhook notifications when listings match. Runs on Node.js with SQLite — no cloud dependencies.",
"repository": {
"type": "git",
"url": "git+https://github.com/nodnarb93/House_Hunter.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nodnarb93/House_Hunter/issues"
},
"homepage": "https://github.com/nodnarb93/House_Hunter#readme"
}