{
  "$schema": "https://json.schemastore.org/package.json",
  "name": "@tus/server",
  "version": "2.4.0",
  "description": "Tus resumable upload protocol in Node.js",
  "main": "./dist/index.js",
  "exports": "./dist/index.js",
  "type": "module",
  "homepage": "https://github.com/tus/tus-node-server#readme",
  "bugs": "https://github.com/tus/tus-node-server/issues",
  "repository": "tus/tus-node-server",
  "license": "MIT",
  "files": [
    "dist",
    "src",
    "!test*"
  ],
  "scripts": {
    "build": "tsc --build",
    "pretest": "tsc --build",
    "test": "mocha './dist/test/*.js' --exit --timeout 30000"
  },
  "dependencies": {
    "@tus/utils": "^0.7.0",
    "debug": "^4.3.4",
    "lodash.throttle": "^4.1.1",
    "set-cookie-parser": "^2.7.1",
    "srvx": "~0.8.9"
  },
  "devDependencies": {
    "@types/debug": "^4.1.12",
    "@types/lodash.throttle": "^4.1.9",
    "@types/mocha": "^10.0.6",
    "@types/node": "^22.13.7",
    "@types/set-cookie-parser": "^2.4.10",
    "@types/sinon": "^17.0.3",
    "@types/supertest": "^7.2.0",
    "mocha": "^11.7.3",
    "node-mocks-http": "^1.16.1",
    "should": "^13.2.3",
    "sinon": "^20.0.0",
    "supertest": "^7.2.2"
  },
  "optionalDependencies": {
    "@redis/client": "^5.0.0",
    "ioredis": "^5.4.1"
  },
  "engines": {
    "node": ">=20.19.0"
  }
}
