{
  "name": "@rozenite/middleware",
  "version": "1.13.0",
  "description": "Middleware for Rozenite.",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "keywords": [
    "react-native",
    "devtools",
    "middleware",
    "plugin",
    "bundler"
  ],
  "homepage": "https://github.com/callstackincubator/rozenite#readme",
  "bugs": {
    "url": "https://github.com/callstackincubator/rozenite/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/callstackincubator/rozenite.git"
  },
  "author": "Szymon Chmal <szymon.chmal@callstack.com>",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "development": "./src/index.ts",
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "dependencies": {
    "express": "^5.1.0",
    "semver": "^7.7.2",
    "tslib": "^2.3.0",
    "ws": "^8.18.3",
    "@rozenite/agent-shared": "1.13.0",
    "@rozenite/runtime": "1.13.0",
    "@rozenite/tools": "1.13.0"
  },
  "devDependencies": {
    "vitest": "^4.0.18",
    "@react-native/dev-middleware": "~0.76.0",
    "@types/ejs": "^3.1.5",
    "@types/express": "^5.0.3",
    "@types/semver": "^7.7.0"
  },
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "build": "vite build",
    "typecheck": "tsc -p tsconfig.lib.json --noEmit",
    "lint": "eslint .",
    "test": "vitest --run --passWithNoTests"
  }
}