{
  "name": "next-intlayer",
  "version": "8.11.1",
  "private": false,
  "description": "Simplify internationalization i18n in Next.js with context providers, hooks, locale detection, and multilingual content integration.",
  "keywords": [
    "intlayer",
    "multilingual",
    "i18n",
    "internationalization",
    "nextjs",
    "typescript",
    "react",
    "json"
  ],
  "homepage": "https://intlayer.org",
  "bugs": {
    "url": "https://github.com/aymericzip/intlayer/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aymericzip/intlayer.git"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "Aymeric PINEAU",
    "url": "https://github.com/aymericzip"
  },
  "contributors": [
    {
      "name": "Aymeric Pineau",
      "email": "ay.pineau@gmail.com",
      "url": "https://github.com/aymericzip"
    }
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "require": "./dist/cjs/index.cjs",
      "import": "./dist/esm/index.mjs"
    },
    "./format": {
      "types": "./dist/types/client/format/index.d.ts",
      "require": "./dist/cjs/client/format/index.cjs",
      "import": "./dist/esm/client/format/index.mjs"
    },
    "./proxy": {
      "types": "./dist/types/proxy/index.d.ts",
      "require": "./dist/cjs/proxy/index.cjs",
      "import": "./dist/esm/proxy/index.mjs"
    },
    "./middleware": {
      "types": "./dist/types/proxy/middleware.d.ts",
      "require": "./dist/cjs/proxy/middleware.cjs",
      "import": "./dist/esm/proxy/middleware.mjs"
    },
    "./markdown": {
      "types": "./dist/types/markdown/index.d.ts",
      "require": "./dist/cjs/markdown/index.cjs",
      "import": "./dist/esm/markdown/index.mjs"
    },
    "./server": {
      "types": "./dist/types/server/index.d.ts",
      "browser": {
        "import": "./dist/esm/index.mjs",
        "require": "./dist/cjs/index.cjs"
      },
      "default": {
        "import": "./dist/esm/server/index.mjs",
        "require": "./dist/cjs/server/index.cjs"
      }
    },
    "./server/format": {
      "types": "./dist/types/server/format/index.d.ts",
      "require": "./dist/cjs/server/format/index.cjs",
      "import": "./dist/esm/server/format/index.mjs"
    },
    "./package.json": "./package.json"
  },
  "main": "dist/cjs/index.cjs",
  "module": "dist/esm/index.mjs",
  "types": "dist/types/index.d.ts",
  "typesVersions": {
    "*": {
      ".": [
        "./dist/types/index.d.ts"
      ],
      "format": [
        "./dist/types/client/format/index.d.ts"
      ],
      "proxy": [
        "./dist/types/proxy/index.d.ts"
      ],
      "middleware": [
        "./dist/types/proxy/index.d.ts"
      ],
      "server": [
        "./dist/types/server/index.d.ts"
      ],
      "server/format": [
        "./dist/types/server/format/index.d.ts"
      ],
      "package.json": [
        "./package.json"
      ]
    }
  },
  "files": [
    "./dist",
    "./package.json"
  ],
  "scripts": {
    "build": "bun --bun tsdown --config tsdown.config.ts",
    "build:ci": "bun --bun tsdown --config tsdown.config.ts",
    "clean": "bun --bun rimraf ./dist .turbo",
    "dev": "bun --bun tsdown --config tsdown.config.ts --watch",
    "format": "bun --bun biome format . --check",
    "format:fix": "bun --bun biome format --write .",
    "lint": "bun --bun biome lint .",
    "lint:fix": "bun --bun biome lint --write .",
    "prepublish": "cp -f ../../README.md ./README.md",
    "publish": "bun publish || true",
    "publish:canary": "bun publish --access public --tag canary || true",
    "publish:latest": "bun publish --access public --tag latest || true",
    "test": "bun --bun vitest run",
    "test:watch": "bun --bun vitest",
    "typecheck": "tsc --noEmit --project tsconfig.types.json"
  },
  "dependencies": {
    "@intlayer/chokidar": "8.11.1",
    "@intlayer/config": "8.11.1",
    "@intlayer/core": "8.11.1",
    "@intlayer/dictionaries-entry": "8.11.1",
    "@intlayer/types": "8.11.1",
    "@intlayer/webpack": "8.11.1",
    "defu": "6.1.7",
    "node-loader": "2.1.0",
    "react-intlayer": "8.11.1"
  },
  "devDependencies": {
    "@types/node": "25.9.1",
    "@types/react": ">=16.0.0",
    "@types/react-dom": ">=16.0.0",
    "@utils/ts-config": "1.0.4",
    "@utils/ts-config-types": "1.0.4",
    "@utils/tsdown-config": "1.0.4",
    "rimraf": "6.1.3",
    "tsdown": "0.22.00",
    "typescript": "6.0.3",
    "vitest": "4.1.7"
  },
  "peerDependencies": {
    "next": ">=14.0.0",
    "react": ">=16.0.0",
    "react-dom": ">=16.0.0",
    "webpack": "^5.0.0"
  },
  "peerDependenciesMeta": {
    "webpack": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=14.18"
  },
  "bug": {
    "url": "https://github.com/aymericzip/intlayer/issues"
  }
}
