mirror of
https://github.com/Afilmory/afilmory
synced 2026-04-29 01:07:22 +00:00
- Replaced `exif-reader` with `exiftool-vendored` for improved EXIF data processing. - Updated related components to utilize the new `PickedExif` type for better type safety. - Refactored EXIF data extraction and formatting logic to align with the new library's structure. - Removed deprecated dependencies and cleaned up related code for better maintainability. Signed-off-by: Innei <tukon479@gmail.com>
12 lines
212 B
JSON
12 lines
212 B
JSON
{
|
|
"name": "@afilmory/data",
|
|
"type": "module",
|
|
"private": true,
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./types": "./src/types.ts"
|
|
},
|
|
"dependencies": {
|
|
"@afilmory/builder": "workspace:*"
|
|
}
|
|
} |