{
  "name": "dywanowy-bazar-ext",
  "version": "1.0.0",
  "private": true,
  "description": "Internal Tara Carpet -> BaseLinker automation tool",
  "type": "module",
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "start": "node server.js",
    "test": "node --test test/*.test.js",
    "smoke": "node scripts/smoke-local-http.mjs",
    "build:tara-index": "node scripts/tara-build-index.mjs"
  },
  "dependencies": {
    "sharp": "^0.33.5"
  },
  "optionalDependencies": {
    "@img/sharp-libvips-linux-x64": "1.0.4",
    "@img/sharp-linux-x64": "0.33.5"
  }
}