mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
### What does this PR do? - Bumps some packages - Does some _best practices_ in certain areas to minimize Aikido noise. ### How did you verify your code works? CI. --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
23 lines
466 B
JSON
23 lines
466 B
JSON
{
|
|
"name": "bun-lambda",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@oclif/plugin-plugins": "^3.5.0",
|
|
"bun-types": "^0.7.0",
|
|
"jszip": "^3.10.1",
|
|
"oclif": "^3.6.5",
|
|
"prettier": "^2.8.2"
|
|
},
|
|
"dependencies": {
|
|
"aws4fetch": "^1.0.17"
|
|
},
|
|
"scripts": {
|
|
"build-layer": "bun scripts/build-layer.ts",
|
|
"publish-layer": "bun scripts/publish-layer.ts",
|
|
"format": "prettier --write ."
|
|
},
|
|
"overrides": {
|
|
"braces": "^3.0.3"
|
|
}
|
|
}
|