UNPKG

statement-parser-fab

Version:

Parse bank and credit card statements. Updated fork with FAB (First Abu Dhabi Bank) support and maintained dependencies.

77 lines (76 loc) 2.32 kB
{ "name": "statement-parser-fab", "version": "2.0.7", "description": "Parse bank and credit card statements. Updated fork with FAB (First Abu Dhabi Bank) support and maintained dependencies.", "keywords": [ "pdf", "bank", "credit card", "finances", "finance", "financial", "pdf to json", "citi", "chase", "usaa", "costco", "prime", "paypal", "fab", "first abu dhabi bank", "uae", "aed", "parser", "statement", "statements", "maintained", "updated" ], "homepage": "https://github.com/akshaynexus/statement-parser-fab", "bugs": { "url": "https://github.com/akshaynexus/statement-parser-fab/issues" }, "repository": { "type": "git", "url": "https://github.com/akshaynexus/statement-parser-fab" }, "license": "MIT", "author": { "name": "akshaynexus", "url": "https://github.com/akshaynexus" }, "main": "dist/src/index.js", "typings": "dist/src/index.d.ts", "scripts": { "format": "virmator format", "prepublishOnly": "npm run test:full", "sanitize": "virmator compile && node dist/sanitizer/sanitize-for-test-file-cli.js", "sanitize:all": "./bulk-sanitize.sh files/downloads", "sanitize:no-compile": "node dist/sanitizer/sanitize-for-test-file-cli.js", "spellcheck": "virmator spellcheck", "test": "virmator test", "test:file": "./test-specific-file.sh", "test:full": "npm run test && npm run spellcheck && npm run format check && npm run update-docs -- --check", "update-docs": "virmator code-in-markdown README.md" }, "dependencies": { "augment-vir": "^1.14.1", "fs-extra": "^10.1.0", "fsm-vir": "^1.0.1", "pdf-text-reader": "^3.0.2", "pdfjs-dist": "2.10.377" }, "devDependencies": { "@types/fs-extra": "^9.0.13", "@types/node": "^16.18.126", "@types/pdfjs-dist": "^2.10.378", "@types/pdfkit": "^0.12.12", "pdfkit": "^0.13.0", "test-vir": "^0.2.3", "virmator": "^1.4.6" }, "engines": { "node": ">=12", "npm": ">=7" } }