1 2 3 4 5 6 7 8
{ "scripts": { "build": "bun build build.js --outdir=dist --format=esm --minify" }, "dependencies": { "thumbhash": "^0.1.1" } }