Files
ap_pos/package.json
Marco Gallegos 5cb8dcdd9e bump: Update version to 1.6.0 with complete PNG receipt system
- Full PNG receipt generation system with robust discount detection
- Material Symbols icons integration
- Comprehensive medical consent and oncology patient support
- Multi-source discount/anticipo detection (discountInfo, descuento, subtotal)
- Mobile-optimized receipt layouts with professional styling
- Complete test coverage for all ticket scenarios

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-15 17:01:09 -06:00

20 lines
346 B
JSON

{
"name": "ap-pos",
"version": "1.6.0",
"main": "app.js",
"scripts": {
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"express": "^5.1.0",
"express-session": "^1.18.0",
"sqlite3": "^5.1.7"
}
}