{
  "name": "@rneui/layout",
  "version": "0.0.0-alpha.6",
  "description": "Cross Platform React Native UI Toolkit",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "prepublish": "tsc --composite false",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/react-native-elements"
  },
  "keywords": [
    "react",
    "native",
    "react native",
    "react native elements",
    "rneui",
    "themed",
    "react native ui",
    "react native components",
    "ui library",
    "ios",
    "android",
    "bootstrap"
  ],
  "scripts": {
    "build": "tsc --composite false",
    "test": "jest",
    "test:update": "jest -u",
    "test:ci": "jest --runInBand",
    "test:watch": "jest --watch",
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx",
    "clean-install": "rimraf node_modules && yarn"
  },
  "author": "RNE Core Team",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/react-native-elements/react-native-elements/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22pkg%3A+themed%22+"
  },
  "homepage": "https://reactnativeelements.com/",
  "collective": {
    "type": "opencollective",
    "url": "https://opencollective.com/react-native-elements",
    "logo": "https://opencollective.com/react-native-elements/logo.txt"
  },
  "jest": {
    "displayName": "@rneui/layout",
    "preset": "react-native",
    "testPathIgnorePatterns": [
      "<rootDir>/node_modules",
      "<rootDir>/dist"
    ],
    "moduleNameMapper": {
      "^@rneui/base/dist/(.*)": [
        "<rootDir>/../base/src/$1",
        "<rootDir>/../../node_modules/@rneui/base/src/$1"
      ]
    },
    "transformIgnorePatterns": [
      "<rootDir>/../../node_modules/(?!(@react-native|react-native|@rneui/base)/)"
    ],
    "coveragePathIgnorePatterns": [],
    "setupFilesAfterEnv": [
      "<rootDir>/.ci/setupTests.ts"
    ],
    "collectCoverage": true,
    "globals": {
      "__DEV__": true
    },
    "transform": {
      ".+\\.(css|styl|less|sass|scss|png|jpg|ttf|woff|woff2)$": "jest-transform-stub"
    },
    "collectCoverageFrom": [
      "src/**/*.{js,jsx,ts,tsx}",
      "!src/index.tsx",
      "!src/helpers/*.tsx"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/react-native-elements/react-native-elements.git",
    "directory": "packages/layout"
  }
}
