{
  "name": "verdaccio-aws-s3-storage",
  "version": "12.1.1",
  "description": "AWS S3 storage implementation for Verdaccio",
  "type": "module",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "default": "./lib/index.js"
    }
  },
  "engines": {
    "node": ">=24"
  },
  "keywords": [
    "verdaccio",
    "plugin",
    "storage",
    "aws"
  ],
  "author": "Juan Picado <juanpicado19@gmail.com>",
  "license": "MIT",
  "homepage": "https://verdaccio.org",
  "repository": {
    "type": "git",
    "url": "https://github.com/verdaccio/verdaccio-aws-s3-storage.git"
  },
  "bugs": {
    "url": "https://github.com/verdaccio/verdaccio-aws-s3-storage/issues"
  },
  "files": [
    "lib/"
  ],
  "dependencies": {
    "@aws-sdk/client-dynamodb": "3.1014.0",
    "@aws-sdk/client-s3": "3.1014.0",
    "@aws-sdk/lib-dynamodb": "3.1014.0",
    "@aws-sdk/lib-storage": "3.1014.0",
    "@verdaccio/config": "9.0.0-next-9.14",
    "@verdaccio/core": "9.0.0-next-9.14",
    "@verdaccio/streams": "11.0.0-6-next.5",
    "debug": "4.4.3"
  },
  "devDependencies": {
    "@changesets/changelog-github": "0.5.2",
    "@changesets/cli": "2.29.8",
    "@changesets/get-dependents-graph": "1.3.5",
    "@trivago/prettier-plugin-sort-imports": "4.3.0",
    "@types/debug": "4.1.12",
    "@types/jsonwebtoken": "9.0.10",
    "@types/node": "25.5.0",
    "@verdaccio/e2e-ui": "^2.3.0",
    "@verdaccio/registry-cli": "^1.1.0",
    "@verdaccio/eslint-config": "12.0.0",
    "@verdaccio/plugin-verifier": "1.0.0-next-9.10",
    "@verdaccio/types": "13.0.0",
    "cross-env": "7.0.3",
    "cypress": "^15.13.1",
    "eslint": "10.2.0",
    "prettier": "3.8.1",
    "rimraf": "5.0.10",
    "typescript": "5.9.3",
    "typescript-eslint": "8.58.1",
    "vite": "8.0.1",
    "vite-plugin-dts": "4.5.4",
    "vitest": "4.1.3"
  },
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/verdaccio"
  },
  "scripts": {
    "clean": "rimraf ./lib",
    "test": "cross-env VERDACCIO_TEST_BUCKET=test vitest run",
    "test:watch": "cross-env VERDACCIO_TEST_BUCKET=test vitest",
    "type-check": "tsc --noEmit",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "changeset": "changeset",
    "changeset:check": "changeset status --since-master",
    "ci:version:changeset": "changeset version",
    "ci:version": "pnpm ci:version:changeset && npm run ci:version:install",
    "ci:version:install": "pnpm install --frozen-lockfile=false",
    "ci:publish": "changeset publish",
    "format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,yml,yaml,md}\"",
    "format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,json,yml,yaml,md}\"",
    "build": "vite build",
    "e2e:ui": "cypress open",
    "e2e:ui:run": "cypress run"
  }
}