{
  "name": "@xompass/loopback-component-storage",
  "version": "10.0.0",
  "description": "LoopBack 3 storage component with filesystem and S3 providers",
  "keywords": [
    "aws-sdk-v3",
    "filesystem",
    "loopback",
    "loopback3",
    "s3",
    "storage"
  ],
  "license": "MIT",
  "author": "Xompass",
  "files": [
    "dist",
    "index.js",
    "README.md",
    "LICENSE.md"
  ],
  "main": "index.js",
  "types": "dist/index.d.cts",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "dependencies": {
    "@aws-sdk/client-s3": "^3.1016.0",
    "@aws-sdk/lib-storage": "^3.1016.0",
    "@aws-sdk/s3-request-presigner": "^3.1016.0",
    "@fastify/busboy": "^3.2.0",
    "@smithy/node-http-handler": "^4.5.0",
    "debug": "^4.4.3"
  },
  "devDependencies": {
    "@types/debug": "^4.1.13",
    "@types/node": "25.5.0",
    "oxfmt": "0.42.0",
    "oxlint": "1.57.0",
    "tsdown": "0.21.5",
    "typescript": "6.0.2",
    "vitest": "4.1.1"
  },
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "build": "tsdown",
    "lint": "oxlint -c ../.oxlintrc.json .",
    "lint:fix": "oxlint -c ../.oxlintrc.json . --fix",
    "fmt": "oxfmt -c ../.oxfmtrc.json .",
    "test:run": "vitest run",
    "test": "vitest run",
    "typecheck": "tsc --noEmit -p tsconfig.json"
  }
}