@accounter/modern-poalim-scraper
Version:
A new architecture for Israeli bank scrapers to hopefully merge into [Israeli-bank-scrapers](https://github.com/eshaham/israeli-bank-scrapers) when they are ready
46 lines (45 loc) • 1.48 kB
JSON
{
"name": "@accounter/modern-poalim-scraper",
"version": "0.10.1-alpha-20250824105539-11d89409a8942fb030a7abff740450f8a906266d",
"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": {
"ajv": "8.17.1",
"ajv-formats": "3.0.1",
"date-fns": "4.1.0",
"inquirer": "12.9.3",
"node-fetch": "3.3.2",
"puppeteer": "24.17.0",
"uuid": "11.1.0",
"zod": "4.1.0"
},
"devDependencies": {
"@types/inquirer": "9.0.9",
"@types/node-fetch": "2.6.13",
"@types/uuid": "10.0.0",
"concurrently": "9.2.0",
"json-schema-to-typescript": "15.0.4",
"nodemon": "3.1.10",
"typescript": "5.9.2"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"lint-staged": {
"*.--write": "prettier --write"
}
}