{
  "name": "@workspace/scripts",
  "version": "0.0.0",
  "private": true,
  "type": "module",
  "scripts": {
    "hello": "tsx ./src/hello.ts",
    "seed": "tsx ./src/seed.ts",
    "bulk-products": "tsx ./src/bulk-products.ts",
    "check-cats": "tsx ./src/check-cats.ts",
    "backfill-supabase": "tsx ./src/backfill-supabase.ts",
    "typecheck": "tsc -p tsconfig.json --noEmit"
  },
  "dependencies": {
    "@types/bcryptjs": "^3.0.0",
    "@workspace/db": "workspace:*",
    "bcrypt": "^5.1.1",
    "bcryptjs": "^3.0.3",
    "drizzle-orm": "catalog:"
  },
  "devDependencies": {
    "@types/bcrypt": "^5.0.2",
    "@types/node": "catalog:",
    "tsx": "catalog:"
  }
}
