← back to Restaurant Directory

package.json

35 lines

{
  "name": "lacountyeats",
  "version": "0.1.0",
  "private": true,
  "description": "LA County Eats — comprehensive directory of every LA County restaurant",
  "scripts": {
    "ingest:inventory": "tsx scripts/ingest-inventory.ts",
    "ingest:inspections": "tsx scripts/ingest-inspections.ts",
    "ingest:full": "npm run ingest:inventory && npm run ingest:inspections",
    "api": "tsx src/api/server.ts",
    "crawl:frontpage": "tsx src/crawl/front_page.ts",
    "enrich:adsignals": "tsx src/enrich/ad_signals.ts"
  },
  "dependencies": {
    "compression": "^1.8.1",
    "csv-parse": "^5.5.6",
    "directory-core": "file:../directory-core",
    "dotenv": "^17.4.2",
    "ejs": "^5.0.2",
    "express": "^5.2.1",
    "helmet": "^8.1.0",
    "iconv-lite": "^0.6.3",
    "pg": "^8.11.5",
    "playwright": "^1.59.1",
    "tsx": "^4.16.2"
  },
  "devDependencies": {
    "@types/compression": "^1.8.1",
    "@types/express": "^5.0.6",
    "@types/node": "^20.14.0",
    "@types/pg": "^8.11.6",
    "typescript": "^5.5.0"
  }
}