Files
SnapOtter/packages/image-engine/package.json
T
SnapOtter 3e06d68f4f chore: bump version to 1.17.0 and update docs for release
- Bump all workspace package versions to 1.17.0
- Update APP_VERSION constant and OpenAPI spec
- Update AI tool count from 15 to 16 across docs and i18n
- Update tool table with AI Canvas Expand, Meme Generator, Beautify
- Add image editor, OIDC, and 20 languages to README features
- Add release notes for v1.17.0
- Add JSON-LD structured data and SEO improvements to landing/docs
2026-05-16 12:48:02 +08:00

25 lines
518 B
JSON

{
"name": "@snapotter/image-engine",
"version": "1.17.0",
"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": {
"@snapotter/shared": "workspace:*",
"exif-reader": "^2.0.3",
"sharp": "^0.33.0"
},
"devDependencies": {
"typescript": "^5.7.0",
"vitest": "^3.0.0"
},
"license": "AGPL-3.0"
}