@accounter/modern-poalim-scraper
Version:
Modern scraper for Israeli banks (Hapoalim, Isracard, Max)
55 lines (54 loc) • 1.92 kB
JSON
{
"name": "@accounter/modern-poalim-scraper",
"version": "0.11.0-alpha-20260819194013-dcbb6aebad214e81bc64f34f6babc7ffeac3cc21",
"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",
"node-fetch": "3.3.2",
"node-xlsx": "0.24.0",
"playwright": "1.62.1",
"puppeteer": "25.7.0",
"puppeteer-extra": "3.3.6",
"puppeteer-extra-plugin-stealth": "2.11.2",
"uuid": "14.0.1",
"zod": "4.4.3"
},
"devDependencies": {
"@types/node-fetch": "2.6.13",
"@types/uuid": "11.0.0",
"concurrently": "10.0.4",
"nodemon": "3.1.14",
"typescript": "6.0.3"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"lint-staged": {
"*.--write": "prettier --write"
}
}