xref: /expo/packages/html-elements/package.json (revision 79607a73)
155058f92SEvan Bacon{
255058f92SEvan Bacon  "name": "@expo/html-elements",
3*79607a73SWill Schurman  "version": "0.6.2",
455058f92SEvan Bacon  "description": "Universal semantic HTML React components for iOS, Android, web, and desktop",
555058f92SEvan Bacon  "main": "build/Elements.js",
655058f92SEvan Bacon  "types": "build/Elements.d.ts",
755058f92SEvan Bacon  "sideEffects": false,
855058f92SEvan Bacon  "scripts": {
955058f92SEvan Bacon    "build": "expo-module build",
1055058f92SEvan Bacon    "clean": "expo-module clean",
1155058f92SEvan Bacon    "lint": "expo-module lint",
12f4a8f663SEvan Bacon    "test": "yarn test:babel && yarn test:src",
13f4a8f663SEvan Bacon    "test:src": "expo-module test",
14f4a8f663SEvan Bacon    "test:babel": "jest --config babel/jest.config.js",
1555058f92SEvan Bacon    "prepare": "expo-module prepare",
1655058f92SEvan Bacon    "prepublishOnly": "expo-module prepublishOnly",
1755058f92SEvan Bacon    "expo-module": "expo-module"
1855058f92SEvan Bacon  },
1955058f92SEvan Bacon  "keywords": [
2055058f92SEvan Bacon    "expo",
2155058f92SEvan Bacon    "expo-web",
2255058f92SEvan Bacon    "react-native",
2355058f92SEvan Bacon    "react-native-web",
2455058f92SEvan Bacon    "html"
2555058f92SEvan Bacon  ],
2655058f92SEvan Bacon  "repository": {
2755058f92SEvan Bacon    "type": "git",
2855058f92SEvan Bacon    "url": "https://github.com/expo/expo.git",
2955058f92SEvan Bacon    "directory": "packages/html-elements"
3055058f92SEvan Bacon  },
3155058f92SEvan Bacon  "bugs": {
3255058f92SEvan Bacon    "url": "https://github.com/expo/expo/issues"
3355058f92SEvan Bacon  },
3455058f92SEvan Bacon  "author": "650 Industries, Inc.",
3555058f92SEvan Bacon  "license": "MIT",
36f442e5cdSBrent Vatne  "homepage": "https://github.com/expo/expo/tree/main/packages/html-elements",
3755058f92SEvan Bacon  "jest": {
389e302745SBrent Vatne    "projects": [
399e302745SBrent Vatne      {
40f4a8f663SEvan Bacon        "preset": "jest-expo/ios",
41ef982c57STomasz Sapeta        "modulePathIgnorePatterns": [
42ef982c57STomasz Sapeta          "<rootDir>/babel/"
43ef982c57STomasz Sapeta        ]
449e302745SBrent Vatne      },
459e302745SBrent Vatne      {
46f4a8f663SEvan Bacon        "preset": "jest-expo/android",
47ef982c57STomasz Sapeta        "modulePathIgnorePatterns": [
48ef982c57STomasz Sapeta          "<rootDir>/babel/"
49ef982c57STomasz Sapeta        ]
509e302745SBrent Vatne      },
519e302745SBrent Vatne      {
52f4a8f663SEvan Bacon        "preset": "jest-expo/web",
53ef982c57STomasz Sapeta        "modulePathIgnorePatterns": [
54ef982c57STomasz Sapeta          "<rootDir>/babel/"
55ef982c57STomasz Sapeta        ]
569e302745SBrent Vatne      }
579e302745SBrent Vatne    ]
5855058f92SEvan Bacon  },
5955058f92SEvan Bacon  "devDependencies": {
60eab2b09cSTomasz Sapeta    "expo-module-scripts": "^3.0.0"
61fc61ac45SBrent Vatne  }
6255058f92SEvan Bacon}
63