Files
bun.sh/packages/bun-lambda/package.json
Nang Chan 23b1276ee2 fix warnings during bun run publish-layer (#5419)
- add missing package @oclif/plugin-plugins to resolved warning: could not find package.json with { type: 'dev',
2023-09-14 15:47:44 -07:00

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 ."
}
}