receipt-parser/package.json
2024-07-14 22:40:37 +01:00

20 lines
447 B
JSON

{
"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",
"date-fns": "^3.6.0",
"nightink": "^1.0.2",
"p-throttle": "^6.1.0",
"pdf-to-text": "^0.0.7",
"tqdm": "^2.0.3"
}
}