{
  "name": "@accounter/modern-poalim-scraper",
  "version": "0.10.5-alpha-20260125154236-0228ebcbcf48218958e090015e946ca295e694e2",
  "type": "module",
  "description": "",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "yarn json2ts && tsc && node scripts/copy-schemas.mjs",
    "dev": "yarn build && concurrently \"tsc -w\" \"nodemon dist/index.js\"",
    "format": "prettier \"**/*.ts\" --write",
    "json2ts": "json2ts -i src/schemas -o src/__generated__",
    "start": "node dist/index.js",
    "test:hapoalim": "yarn build && concurrently \"tsc -w\" \"nodemon dist/test/scrape-poalim.js\"",
    "test:isracard": "yarn build && concurrently \"tsc -w\" \"nodemon dist/test/scrape-isracard.js\"",
    "test:max": "yarn build && concurrently \"tsc -w\" \"nodemon dist/test/scrape-max.js\""
  },
  "dependencies": {
    "date-fns": "4.1.0",
    "inquirer": "13.2.1",
    "node-fetch": "3.3.2",
    "puppeteer": "24.36.0",
    "uuid": "13.0.0",
    "zod": "4.3.6"
  },
  "devDependencies": {
    "@types/inquirer": "9.0.9",
    "@types/node-fetch": "2.6.13",
    "@types/uuid": "11.0.0",
    "concurrently": "9.2.1",
    "json-schema-to-typescript": "15.0.4",
    "nodemon": "3.1.11",
    "typescript": "5.9.3"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "lint-staged": {
    "*.--write": "prettier --write"
  }
}
