Files
afilmory/packages/builder/package.json
Innei f5cd5d800c chore: update deps
Signed-off-by: Innei <tukon479@gmail.com>
2025-08-31 01:36:08 +08:00

27 lines
570 B
JSON

{
"name": "@afilmory/builder",
"type": "module",
"version": "0.0.1",
"private": true,
"exports": {
".": "./src/index.ts",
"./*": "./src/*"
},
"scripts": {
"cli": "tsx src/cli.ts"
},
"dependencies": {
"@aws-sdk/client-s3": "3.837.0",
"@aws-sdk/s3-request-presigner": "3.837.0",
"@vingle/bmp-js": "^0.2.5",
"blurhash": "2.0.5",
"dotenv-expand": "catalog:",
"execa": "9.6.0",
"exiftool-vendored": "30.2.0",
"heic-convert": "2.1.0",
"heic-to": "1.1.14",
"sharp": "0.34.2",
"thumbhash": "0.1.1"
}
}