{
  "private": true,
  "name": "workadventureuploader",
  "version": "1.0.0",
  "type": "module",
  "description": "",
  "main": "index.js",
  "scripts": {
    "typecheck": "tsc -p tsconfig-build.json --noEmit",
    "dev": "tsx watch --inspect=0.0.0.0:9229 ./server.ts",
    "start": "tsx ./server.ts",
    "profile": "tsc && node --prof ./dist/server.js",
    "test": "vitest run --config vitest.config.ts",
    "test:watch": "vitest watch --config vitest.config.ts",
    "test:debug": "NODE_OPTIONS='--loader tsx' node --inspect-brk node_modules/.bin/vitest run --config vitest.config.ts --no-file-parallelism",
    "startTestServer": "tsx tests/testServer.ts",
    "lint": "eslint src tests server.ts vitest.config.ts",
    "lint-fix": "eslint --fix src tests server.ts vitest.config.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thecodingmachine/workadventure.git"
  },
  "contributors": [
    {
      "name": "Grégoire Parant",
      "email": "g.parant@thecodingmachine.com"
    },
    {
      "name": "David Négrier",
      "email": "d.negrier@thecodingmachine.com"
    },
    {
      "name": "Arthmaël Poly",
      "email": "a.poly@thecodingmachine.com"
    }
  ],
  "license": "SEE LICENSE IN LICENSE.txt",
  "bugs": {
    "url": "https://github.com/thecodingmachine/workadventure/issues"
  },
  "homepage": "https://github.com/thecodingmachine/workadventure#readme",
  "dependencies": {
    "aws-sdk": "^2.1185.0",
    "axios": "^1.16.1",
    "body-parser": "^2.3.0",
    "catch-unknown": "^2.0.0",
    "cors": "^2.8.6",
    "debug": "^4.4.3",
    "express": "^5.2.1",
    "mime-types": "^3.0.2",
    "mkdirp": "^3.0.1",
    "morgan": "^1.10.1",
    "multer": "2.1.1",
    "prom-client": "^15.1.3",
    "qs": "^6.16.0",
    "redis": "^5.12.1",
    "tsx": "^4.22.3",
    "typescript": "^5.9.3",
    "uuid": "^14.0.0"
  },
  "devDependencies": {
    "@types/body-parser": "^1.19.6",
    "@types/busboy": "^1.5.4",
    "@types/cors": "^2.8.19",
    "@types/debug": "^4.1.13",
    "@types/express": "^5.0.6",
    "@types/http-status-codes": "^1.2.0",
    "@types/mime-types": "^3.0.1",
    "@types/mkdirp": "^1.0.2",
    "@types/morgan": "^1.9.10",
    "@types/multer": "^2.1.0",
    "@types/node": "^25.9.1",
    "@types/qs": "^6.15.1",
    "@types/redis": "^4.0.11",
    "@types/uuid": "^10.0.0",
    "@typescript-eslint/eslint-plugin": "^8.60.0",
    "@typescript-eslint/parser": "^8.60.0",
    "@workadventure/eslint-config": "^1.0.0",
    "eslint": "^9.39.4",
    "eslint-import-resolver-typescript": "^4.4.4",
    "eslint-plugin-import": "^2.32.0",
    "form-data": "^4.0.6",
    "jasmine": "^6.2.0",
    "testcontainers": "^12.0.1",
    "vitest": "^4.1.7"
  }
}
