{
  "name": "@nghinv/react-native-design",
  "version": "0.0.6",
  "description": "React Native design Library",
  "main": "lib/commonjs/index",
  "module": "lib/module/index",
  "types": "lib/typescript/index.d.ts",
  "react-native": "src/index",
  "source": "src/index",
  "files": [
    "src",
    "lib",
    "!lib/typescript/example",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__"
  ],
  "scripts": {
    "test": "jest",
    "typescript": "tsc --noEmit",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "prepare": "bob build",
    "release": "release-it"
  },
  "keywords": [
    "react-native",
    "ios",
    "android",
    "design",
    "ui",
    "nghinv",
    "react-native-design",
    "component",
    "react"
  ],
  "repository": "https://github.com/nghinv-software/react-native-design",
  "author": "NghiNV <nguyennghidt6@gmail.com> (https://github.com/nghi-nv)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nghinv-software/react-native-design/issues"
  },
  "homepage": "https://github.com/nghinv-software/react-native-design#readme",
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@commitlint/config-conventional": "^11.0.0",
    "@nghinv/eslint-config": "^2.3.0",
    "@react-native-community/eslint-config": "^2.0.0",
    "@release-it/conventional-changelog": "^2.0.0",
    "@types/jest": "^26.0.0",
    "@types/react": "^16.9.19",
    "@types/react-native": "0.62.13",
    "commitlint": "^11.0.0",
    "eslint": "^7.2.0",
    "eslint-config-prettier": "^7.0.0",
    "eslint-plugin-prettier": "^3.1.3",
    "husky": "^4.2.5",
    "jest": "^26.0.1",
    "pod-install": "^0.1.0",
    "prettier": "^2.0.5",
    "react": "16.13.1",
    "react-native": "0.64.2",
    "react-native-gesture-handler": "^1.10.3",
    "react-native-reanimated": "^2.2.0",
    "react-native-safe-area-context": "3.3.0",
    "react-native-fast-image": "^8.3.4",
    "react-native-builder-bob": "^0.18.0",
    "release-it": "^14.10.0",
    "typescript": "^4.0.8"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "^0.64.2",
    "react-native-fast-image": "*",
    "react-native-gesture-handler": "*",
    "react-native-reanimated": ">=2.0.0-rc.0"
  },
  "dependencies": {
    "@nghinv/react-native-services": "^1.1.0",
    "@nghinv/react-native-animated": "^0.2.0",
    "@nghinv/react-native-badge": "^0.0.2",
    "@nghinv/react-native-search-bar": "^0.1.0",
    "@nghinv/react-native-swipe-row": "^0.1.0",
    "@nghinv/react-native-switch": "^0.1.0",
    "@nghinv/react-native-theme": "^0.0.4",
    "react-fast-compare": "*"
  },
  "jest": {
    "preset": "react-native",
    "modulePathIgnorePatterns": [
      "<rootDir>/example/node_modules",
      "<rootDir>/lib/"
    ]
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
      "pre-commit": "yarn lint && yarn typescript"
    }
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "release-it": {
    "github": {
      "release": true
    }
  },
  "eslintIgnore": [
    "node_modules/",
    "lib/",
    "src/index.tsx",
    "example/App.tsx"
  ],
  "prettier": {
    "quoteProps": "consistent",
    "singleQuote": true,
    "tabWidth": 2,
    "trailingComma": "es5",
    "useTabs": false
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  }
}