{
  "name": "@inlang/paraglide-js-react",
  "type": "module",
  "version": "1.0.2",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "tag": "latest"
  },
  "author": "inlang <hello@inlang.com> (https://inlang.com/)",
  "homepage": "https://inlang.com/m/gerre34r/library-inlang-paraglideJs",
  "repository": {
    "type": "git",
    "url": "https://github.com/opral/paraglide-js"
  },
  "files": [
    "./dist"
  ],
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js"
  },
  "peerDependencies": {
    "@inlang/paraglide-js": ">=2.11.0 <3",
    "react": "^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "@inlang/plugin-message-format": "^4.3.0",
    "@types/react": "^18.3.18",
    "@types/react-dom": "^18.3.5",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "typescript": "5.8.3",
    "vitest": "3.1.4",
    "@inlang/paraglide-js": "2.18.1"
  },
  "scripts": {
    "compile:messages": "paraglide-js compile --project ./project.inlang --outdir ./src/paraglide --emit-ts-declarations",
    "prebuild": "pnpm run compile:messages",
    "build": "tsc --project tsconfig.json",
    "pretest": "pnpm run compile:messages",
    "test": "tsc --noEmit && vitest run"
  }
}