{ "name": "receipt-parser", "version": "1.0.0", "description": "Extracts and processes receipts.", "main": "src/index.mjs", "scripts": { "test": "echo \"no tests implemented\"" }, "author": "Starbeamrainbowlabs", "license": "GPL-3.0", "dependencies": { "@anthropic-ai/sdk": "^0.24.3", "nightink": "^1.0.2", "p-throttle": "^6.1.0", "pdf-to-text": "^0.0.7", "tqdm": "^2.0.3" } }