UNPKG

@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

40 lines (39 loc) 1.19 kB
{ "name": "@accounter/modern-poalim-scraper", "version": "0.9.15-alpha-20250302125016-cf7cb54ff8fced1c326f65017777567a3a369e07", "type": "module", "description": "", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "yarn json2ts && tsc && cp -r src/__generated__ dist/__generated__", "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: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.4.2", "node-fetch": "3.3.2", "puppeteer": "24.3.0", "uuid": "11.1.0" }, "devDependencies": { "@types/inquirer": "9.0.7", "@types/node-fetch": "3.0.3", "@types/uuid": "10.0.0", "json-schema-to-typescript": "15.0.4" }, "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" }, "lint-staged": { "*.--write": "prettier --write" } }