mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +00:00
- add missing package @oclif/plugin-plugins to resolved warning: could not find package.json with { type: 'dev',
20 lines
421 B
JSON
20 lines
421 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 ."
|
|
}
|
|
}
|