{
  "name": "@accounter/modern-poalim-scraper",
  "version": "0.10.6",
  "type": "module",
  "description": "Modern scraper for Israeli banks (Hapoalim, Isracard, Max)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Urigo/accounter-fullstack.git",
    "directory": "packages/modern-poalim-scraper"
  },
  "homepage": "https://github.com/Urigo/accounter-fullstack/packages/modern-poalim-scraper#readme",
  "bugs": {
    "url": "https://github.com/Urigo/accounter-fullstack/issues"
  },
  "author": "Gil Gardosh <gilgardosh@gmail.com>",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "yarn tsc",
    "dev": "yarn build && concurrently \"tsc -w\" \"nodemon dist/index.js\"",
    "format": "prettier \"**/*.ts\" --write",
    "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\"",
    "test:otsar-hahayal": "yarn build && concurrently \"tsc -w\" \"nodemon dist/test/scrape-otsar-hahayal.js\""
  },
  "dependencies": {
    "date-fns": "4.4.0",
    "inquirer": "14.0.2",
    "node-fetch": "3.3.2",
    "node-xlsx": "0.24.0",
    "playwright": "1.61.0",
    "puppeteer": "25.2.0",
    "puppeteer-extra": "3.3.6",
    "puppeteer-extra-plugin-stealth": "2.11.2",
    "uuid": "14.0.1",
    "zod": "4.4.3"
  },
  "devDependencies": {
    "@types/inquirer": "9.0.10",
    "@types/node-fetch": "2.6.13",
    "@types/uuid": "11.0.0",
    "concurrently": "10.0.3",
    "nodemon": "3.1.14",
    "typescript": "6.0.3"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "lint-staged": {
    "*.--write": "prettier --write"
  }
}
