{ "name": "@expo/html-elements", "version": "0.2.2", "description": "Universal semantic HTML React components for iOS, Android, web, and desktop", "main": "build/Elements.js", "types": "build/Elements.d.ts", "sideEffects": false, "scripts": { "build": "expo-module build", "clean": "expo-module clean", "lint": "expo-module lint", "test": "expo-module test", "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/ios" }, { "preset": "jest-expo/android" }, { "preset": "jest-expo/web" } ] }, "devDependencies": { "expo-module-scripts": "^3.0.0" } }