{
  "name": "@tra-tech/react-native-kitra",
  "version": "1.0.6",
  "description": "UI kit for React Native",
  "main": "lib/commonjs/index",
  "module": "lib/module/index",
  "types": "lib/typescript/index.d.ts",
  "react-native": "src/index",
  "source": "src/index",
  "files": [
    "src",
    "lib",
    "android",
    "ios",
    "cpp",
    "react-native-kitra.podspec",
    "!android/build",
    "!ios/build",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__"
  ],
  "scripts": {
    "test": "jest",
    "typescript": "tsc --noEmit",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "prepare": "bob build",
    "release": "release-it"
  },
  "keywords": [
    "react-native",
    "ui-kit",
    "kitra",
    "ios",
    "android"
  ],
  "repository": "https://github.com/TRA-Tech/react-native-kitra",
  "license": "MIT",
  "bugs": {
    "url": "https://git.trabilisim.tech//issues"
  },
  "homepage": "https://github.com/TRA-Tech/react-native-kitra/blob/main/README.md",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "@arkweid/lefthook": "^0.7.7",
    "@babel/eslint-parser": "^7.18.2",
    "@commitlint/config-conventional": "^17.0.2",
    "@react-native-community/eslint-config": "^3.0.2",
    "@release-it/conventional-changelog": "^5.0.0",
    "@shopify/flash-list": "*",
    "@testing-library/jest-native": "^5.4.3",
    "@testing-library/react-native": "^12.2.2",
    "@types/react": "~18.2.48",
    "@types/react-dom": "^18.0.9",
    "@types/react-native": "^0.71.5",
    "@typescript-eslint/eslint-plugin": "^5.40.0",
    "@typescript-eslint/parser": "^5.40.0",
    "commitlint": "^17.0.2",
    "eslint": "^8.4.1",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jsx-a11y": "^6.6.1",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react": "^7.31.10",
    "eslint-plugin-react-hooks": "^4.6.0",
    "jest": "^29.6.4",
    "pod-install": "^0.1.0",
    "prettier": "^2.0.5",
    "react": "18.1.0",
    "react-native": "0.70.6",
    "react-native-builder-bob": "^0.18.3",
    "react-native-gesture-handler": ">=2.5.0",
    "react-native-pager-view": ">=6.0.0",
    "react-native-reanimated": ">=3.0.0",
    "react-test-renderer": "^18.2.0",
    "release-it": "^15.0.0",
    "typescript": "^5.2.2"
    
  },

  "peerDependencies": {
    "@shopify/flash-list": ">=1.0.0",
    "react": "*",
    "react-native": "*",
    "react-native-gesture-handler": ">=2.5.0",
    "react-native-pager-view": ">=6.0.0",
    "react-native-reanimated": ">=3.0.0"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "release-it": {
    "git": {
      "commitMessage": "chore: release ${version}",
      "tagName": "v${version}"
    },
    "npm": {
      "publish": true
    },
    "github": {
      "release": true
    },
    "plugins": {
      "@release-it/conventional-changelog": {
        "preset": "angular"
      }
    }
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  },
  "dependencies": {
    "expo-linear-gradient": "^12.3.0",
    "react-native-vector-icons": "^9.2.0"

  },
  "jest": {
    "preset": "react-native",
    "setupFiles": [
      "./node_modules/react-native-gesture-handler/jestSetup.js",
      "<rootDir>/testSetup.js"
    ],
    "setupFilesAfterEnv": [
      "<rootDir>/testSetupAfter.js"
    ],
    "cacheDirectory": "./cache/jest",
    "testPathIgnorePatterns": [
      "\\.d\\.ts$"
    ],
    "modulePathIgnorePatterns": [
      "<rootDir>/lib/"
    ],
    "watchPathIgnorePatterns": [
      "__fixtures__\\/[^/]+\\/(output|error)\\.js"
    ],
    "transformIgnorePatterns": [
      "node_modules/(?!(@react-native|react-native(-.*)?)/)"
    ]
  }
}
