mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
17 lines
339 B
JSON
17 lines
339 B
JSON
{
|
|
"devDependencies": {
|
|
"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 ."
|
|
}
|
|
}
|