mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
* Update init template & TS documentation * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
15 lines
244 B
JSON
15 lines
244 B
JSON
{
|
|
"name": "bun-integration-test-sharp",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@types/bun": "latest"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "5.3.2"
|
|
},
|
|
"dependencies": {
|
|
"sharp": "0.33.0"
|
|
}
|
|
}
|