{
  "name": "@expo/html-elements",
  "version": "55.0.3",
  "description": "Universal semantic HTML React components for iOS, Android, web, and desktop",
  "main": "src/Elements.tsx",
  "types": "build/Elements.d.ts",
  "sideEffects": false,
  "scripts": {
    "build": "expo-module build",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "yarn test:babel && yarn test:src",
    "test:src": "expo-module test",
    "test:babel": "jest --config babel/jest.config.js",
    "prepare": "expo-module prepare",
    "prepublishOnly": "expo-module prepublishOnly",
    "expo-module": "expo-module"
  },
  "keywords": [
    "expo",
    "expo-web",
    "react-native",
    "react-native-web",
    "html"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo.git",
    "directory": "packages/html-elements"
  },
  "bugs": {
    "url": "https://github.com/expo/expo/issues"
  },
  "author": "650 Industries, Inc.",
  "license": "MIT",
  "homepage": "https://github.com/expo/expo/tree/main/packages/html-elements",
  "jest": {
    "projects": [
      {
        "preset": "jest-expo/web",
        "setupFilesAfterEnv": [
          "<rootDir>/jest-setup.js"
        ],
        "modulePathIgnorePatterns": [
          "<rootDir>/babel/"
        ]
      },
      {
        "preset": "jest-expo/ios",
        "modulePathIgnorePatterns": [
          "<rootDir>/babel/"
        ]
      },
      {
        "preset": "jest-expo/android",
        "modulePathIgnorePatterns": [
          "<rootDir>/babel/"
        ]
      }
    ]
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*",
    "react-native-web": "*"
  },
  "peerDependenciesMeta": {
    "react-native-web": {
      "optional": true
    }
  },
  "devDependencies": {
    "@testing-library/dom": "^10.4.0",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.3.0",
    "@testing-library/react-native": "^13.3.0",
    "expo-module-scripts": "^55.0.2"
  },
  "gitHead": "928cc951854450f3c72e00e8e420e567fabd1f8c"
}
