xref: /expo/packages/html-elements/package.json (revision 2fd75d6d)
1{
2  "name": "@expo/html-elements",
3  "version": "0.2.0",
4  "description": "Universal semantic HTML React components for iOS, Android, web, and desktop",
5  "main": "build/Elements.js",
6  "types": "build/Elements.d.ts",
7  "sideEffects": false,
8  "scripts": {
9    "build": "expo-module build",
10    "clean": "expo-module clean",
11    "lint": "expo-module lint",
12    "test": "expo-module test",
13    "prepare": "expo-module prepare",
14    "prepublishOnly": "expo-module prepublishOnly",
15    "expo-module": "expo-module"
16  },
17  "keywords": [
18    "expo",
19    "expo-web",
20    "react-native",
21    "react-native-web",
22    "html"
23  ],
24  "repository": {
25    "type": "git",
26    "url": "https://github.com/expo/expo.git",
27    "directory": "packages/html-elements"
28  },
29  "bugs": {
30    "url": "https://github.com/expo/expo/issues"
31  },
32  "author": "650 Industries, Inc.",
33  "license": "MIT",
34  "homepage": "https://github.com/expo/expo/tree/main/packages/html-elements",
35  "jest": {
36    "preset": "expo-module-scripts/enzyme"
37  },
38  "devDependencies": {
39    "expo-module-scripts": "^2.0.0"
40  }
41}
42