Update package.json

This commit is contained in:
Dave Conway-Jones 2025-02-01 13:33:22 +00:00
parent e4dc4fc81d
commit 97f8e03c71
No known key found for this signature in database
GPG Key ID: 1DDB0E91A28C2643

View File

@ -1,7 +1,7 @@
{
"name": "node-red-node-exif",
"version": "1.2.0",
"description": "A Node-RED node that extracts Exif information from JPEG image buffers.",
"description": "A Node-RED node that extracts Exif information from image buffers.",
"dependencies": {
"exifreader": "^4.26.1"
},