mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
* test: init sharp integration test * Update sharp integration tests and package.json * Delete unnecessary files and dependencies * refactor sharp dir with path.join import.meta.dir Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com> * Update dependencies and fix image resizing * Remove trustedDependencies from package.json --------- Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
15 lines
243 B
JSON
15 lines
243 B
JSON
{
|
|
"name": "bun-integration-test-sharp",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"bun-types": "latest"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "5.3.2"
|
|
},
|
|
"dependencies": {
|
|
"sharp": "0.33.0"
|
|
}
|
|
}
|