mirror of
https://github.com/Afilmory/afilmory
synced 2026-05-25 05:44:44 +00:00
- Bumped versions for several packages including dotenv (17.3.1), es-toolkit (1.44.0), eslint (10.0.0), prettier (3.8.1), and others. - Updated React and related packages to version 19.2.4. - Adjusted motion package to version 12.34.0 across multiple applications. - Enhanced compatibility by updating @types/node to 25.2.3 and other related packages. Signed-off-by: Innei <tukon479@gmail.com>
55 lines
1.2 KiB
JSON
55 lines
1.2 KiB
JSON
{
|
|
"name": "@afilmory/builder",
|
|
"version": "0.2.2",
|
|
"description": "Afilmory Builder",
|
|
"license": "MIT",
|
|
"author": "Innei",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./*": "./src/*"
|
|
},
|
|
"scripts": {
|
|
"build": "tsdown",
|
|
"bump": "nbump",
|
|
"cli": "tsx src/cli.ts",
|
|
"type-check": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@afilmory/og-renderer": "workspace:*",
|
|
"@afilmory/typing": "workspace:*",
|
|
"@resvg/resvg-js": "2.6.2",
|
|
"@vingle/bmp-js": "^0.2.5",
|
|
"blurhash": "2.0.5",
|
|
"c12": "^3.3.3",
|
|
"consola": "3.4.2",
|
|
"dotenv-expand": "catalog:",
|
|
"execa": "9.6.1",
|
|
"exiftool-vendored": "33.5.0",
|
|
"fast-xml-parser": "5.3.5",
|
|
"heic-convert": "2.1.0",
|
|
"heic-to": "1.4.2",
|
|
"satori": "catalog:",
|
|
"sharp": "0.34.5",
|
|
"thumbhash": "0.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@afilmory/utils": "workspace:*",
|
|
"tsdown": "0.18.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"main": "./dist/index.mjs",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.mts",
|
|
"import": "./dist/index.mjs"
|
|
},
|
|
"./*": {
|
|
"types": "./dist/*.d.mts",
|
|
"import": "./dist/*.mjs"
|
|
}
|
|
}
|
|
}
|
|
}
|