{
  "name": "@20minutes/s3rver",
  "version": "5.0.0",
  "description": "Fake S3 server for node",
  "keywords": [
    "fake",
    "s3",
    "server",
    "mock",
    "false",
    "aws",
    "amazon"
  ],
  "author": {
    "name": "Jamie Hall",
    "email": "hello@jamiehall.eu",
    "url": "http://github.com/jamhall/s3rver"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git@github.com:20minutes/s3rver.git"
  },
  "bugs": {
    "url": "https://github.com/20minutes/s3rver/issues"
  },
  "homepage": "https://github.com/20minutes/s3rver",
  "scripts": {
    "test": "vitest run",
    "test:coverage": "vitest run --coverage",
    "lint": "biome check --max-diagnostics=none",
    "lint:fix": "biome check --write --unsafe --max-diagnostics=none",
    "lint:ci": "biome ci --max-diagnostics=none --error-on-warnings",
    "lint:staged": "biome check --error-on-warnings --no-errors-on-unmatched --staged --max-diagnostics=none",
    "prepare": "husky"
  },
  "main": "lib/s3rver.js",
  "files": [
    "lib/",
    "example/*.xml"
  ],
  "bin": "bin/s3rver.js",
  "engines": {
    "node": ">= 24"
  },
  "dependencies": {
    "@koa/router": "^15.7.0",
    "busboy": "^1.6.0",
    "cleye": "^2.6.0",
    "fast-xml-parser": "^5.9.3",
    "he": "^1.2.0",
    "koa": "^3.2.1",
    "koa-logger": "^4.0.0",
    "lodash": "^4.18.1",
    "statuses": "^2.0.2",
    "winston": "^3.19.0"
  },
  "devDependencies": {
    "@20minutes/eslint-config": "^3.0.4",
    "@aws-sdk/client-s3": "^3.1081.0",
    "@aws-sdk/s3-request-presigner": "^3.1081.0",
    "@vitest/coverage-v8": "^4.0.15",
    "aws4": "^1.13.2",
    "axios": "^1.18.1",
    "express": "^5.2.1",
    "form-data": "^4.0.6",
    "husky": "^9.1.7",
    "p-map": "^7.0.5",
    "vitest": "^4.0.15"
  }
}
