{
  "name": "eiab",
  "version": "0.7.3",
  "description": "Escape In-App Browser (EIAB): detect in-app browsers and generate external-browser escape URLs.",
  "repository": {
    "type": "git",
    "url": "https://github.com/anaclumos/eiab"
  },
  "type": "module",
  "sideEffects": false,
  "engines": {
    "node": ">=18"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./react": {
      "types": "./dist/react.d.ts",
      "import": "./dist/react.js"
    }
  },
  "peerDependencies": {
    "react": ">=17"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    }
  },
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "bun run build.ts",
    "test": "bun test",
    "test:watch": "bun test --watch",
    "typecheck": "tsc --noEmit",
    "clean": "rm -rf dist"
  },
  "devDependencies": {
    "@eiab/typescript-config": "workspace:*",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/react": "^16.3.2",
    "@types/bun": "latest",
    "@types/node": "^22.10.2",
    "@types/react": "^19",
    "happy-dom": "^20.3.4",
    "react": "^19",
    "typescript": "^5.7.3"
  }
}
