mirror of
https://github.com/Afilmory/afilmory
synced 2026-04-24 23:05:05 +00:00
14 lines
221 B
JSON
14 lines
221 B
JSON
{
|
|
"name": "@afilmory/typing",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./*": "./src/*"
|
|
},
|
|
"dependencies": {
|
|
"exiftool-vendored": "33.5.0"
|
|
}
|
|
}
|