mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 04:18:58 +00:00
17 lines
329 B
JSON
17 lines
329 B
JSON
{
|
|
"private": true,
|
|
"name": "bun-lambda",
|
|
"devDependencies": {
|
|
"@oclif/plugin-plugins": "4.1.20",
|
|
"jszip": "3.10.1",
|
|
"oclif": "4.3.9"
|
|
},
|
|
"dependencies": {
|
|
"aws4fetch": "1.0.17"
|
|
},
|
|
"scripts": {
|
|
"build-layer": "bun scripts/build-layer.ts",
|
|
"publish-layer": "bun scripts/publish-layer.ts"
|
|
}
|
|
}
|