{
  "name": "personalization-app",
  "version": "0.3.0",
  "type": "module",
  "private": true,
  "scripts": {
    "dev": "tsx watch src/index.ts",
    "start": "node dist/index.js",
    "build": "tsc -p tsconfig.json",
    "migrate:vec": "node -e \"console.log('Run 003_vector.sql & 004_indexes_vector.sql')\"",
    "migrate:jobs": "node -e \"console.log('Run 005_jobs.sql & 006_sync_state.sql')\"",
    "start:worker": "ts-node --esm src/worker/embeddingsWorker.ts || tsx src/worker/embeddingsWorker.ts",
    "start:both": "npm run dev & npm run start:worker",
    "test": "tsx --test tests/**/*.test.ts"
  },
  "dependencies": {
    "@shopify/shopify-api": "^11.0.0",
    "cookie": "^0.6.0",
    "cors": "^2.8.5",
    "dotenv": "^16.4.5",
    "express": "^4.19.2",
    "node-cron": "^3.0.3",
    "openai": "^4.59.0",
    "pg": "^8.11.3",
    "pino": "^9.0.0",
    "shopify": "^3.86.0"
  },
  "devDependencies": {
    "@types/cors": "^2.8.19",
    "@types/express": "^5.0.4",
    "@types/node": "^24.9.1",
    "@types/node-cron": "^3.0.11",
    "@types/pg": "^8.15.5",
    "tsx": "^4.7.0",
    "typescript": "^5.6.3"
  }
}
