{
  "name": "@geostrategists/react-router-aws",
  "version": "3.0.0",
  "description": "AWS adapter for React Router v8",
  "homepage": "https://github.com/geostrategists/react-router-aws#readme",
  "bugs": {
    "url": "https://github.com/geostrategists/react-router-aws/issues"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/geostrategists/react-router-aws.git"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "sideEffects": false,
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "exports": {
    ".": {
      "types": {
        "import": "./dist/index.d.mts",
        "require": "./dist/index.d.cts"
      },
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    },
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@react-router/node": "^8.0.1",
    "@types/aws-lambda": "^8.10.152",
    "@types/node": "^22.19.21",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "@vitest/coverage-v8": "^3.2.4",
    "lefthook": "^2.1.9",
    "oxfmt": "^0.54.0",
    "oxlint": "^1.69.0",
    "react": "^19.2.7",
    "react-dom": "^19.2.7",
    "react-router": "^8.0.1",
    "rimraf": "^6.1.2",
    "tsdown": "^0.22.2",
    "typescript": "^5.9.3",
    "vitest": "^3.2.4"
  },
  "peerDependencies": {
    "@react-router/node": "^8.0.0",
    "react-router": "^8.0.0"
  },
  "engines": {
    "node": ">=22.22.0"
  },
  "scripts": {
    "build": "tsdown",
    "clean": "rimraf dist",
    "lint": "oxlint",
    "lint:fix": "oxlint --fix",
    "format": "oxfmt . '!**/*.yml' '!**/*.yaml'",
    "format:check": "oxfmt --check . '!**/*.yml' '!**/*.yaml'",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest"
  }
}