summaryrefslogtreecommitdiffstats
path: root/assets/lib/package.json
blob: 806efa73330e42cec158ac21214d98f48420034b (plain) (blame)
1
2
3
4
5
6
7
8
{
  "scripts": {
    "build": "bun build build.js --outdir=dist --format=esm --minify"
  },
  "dependencies": {
    "thumbhash": "^0.1.1"
  }
}