mirror of
https://github.com/ashim-hq/ashim
synced 2026-04-21 13:37:52 +00:00
24 lines
510 B
JSON
24 lines
510 B
JSON
{
|
|
"name": "@ashim/image-engine",
|
|
"version": "1.15.9",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"scripts": {
|
|
"lint": "biome check src/",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "vitest run",
|
|
"clean": "rm -rf dist"
|
|
},
|
|
"dependencies": {
|
|
"@ashim/shared": "workspace:*",
|
|
"exif-reader": "^2.0.3",
|
|
"sharp": "^0.33.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.7.0",
|
|
"vitest": "^3.0.0"
|
|
},
|
|
"license": "AGPL-3.0"
|
|
}
|