resize-img-api/package.json
Nicola Zambello 8a0bd93384
All checks were successful
Docker CI / release (push) Successful in 47s
ci: sharp compatibility with bun
2024-03-25 15:24:31 +02:00

21 lines
345 B
JSON

{
"name": "resize-img-api",
"scripts": {
"dev": "bun run --hot index.ts",
"start": "bun run index.ts"
},
"dependencies": {
"hono": "^4.1.4",
"sharp": "^0.33.3"
},
"devDependencies": {
"@types/bun": "latest"
},
"trustedDependencies": [
"sharp"
],
"peerDependencies": {
"typescript": "^5.0.0"
}
}