{
  "name": "@ohmi/react-native-pager-view",
  "version": "6.2.3-0.2.12",
  "description": "React Native wrapper for Harmony ViewPager",
  "main": "lib/commonjs/index",
  "module": "lib/module/index",
  "types": "lib/typescript/index.d.ts",
  "react-native": "src/index",
  "source": "src/index",
  "harmony": {
    "alias":"react-native-pager-view"
  },
  "files": [
    "src",
    "lib",
    "harmony",
    "!lib/typescript/example",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!harmony/oh_modules",
    "!harmony/**/build",
    "!harmony/**/oh_modules"
  ],
  "scripts": {
    "test": "jest",
    "typescript": "tsc --noEmit",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "prepare": "bob build",
    "release": "release-it",
    "releaseNext": "release-it --npm.tag=newarch --preRelease=rc"
  },
  "keywords": [
    "react-native",
    "harmony"
  ],
  "repository": {
    "type": "git",
    "url": "https://gitee.com/kunyuan-hongke/react-native-community-viewpager"
  },
  "author": "troZee <hello@callstack.com> (https://github.com/callstack)",
  "license": "MIT",
  "bugs": {
    "url": "https://gitee.com/kunyuan-hongke/react-native-community-viewpager/issues"
  },
  "homepage": "https://gitee.com/kunyuan-hongke/react-native-community-viewpager",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
     "access": "public"
  },
  "dependencies": {
    "react-native-pager-view": "6.2.2 - 6.2.3"
  },
  "devDependencies": {
    "@babel/eslint-parser": "^7.18.2",
    "@react-native-community/eslint-config": "^3.0.2",
    "@release-it/conventional-changelog": "^2.0.0",
    "@types/jest": "^28.1.2",
    "@types/react": "18.0.29",
    "@types/react-native": "0.70.0",
    "eslint": "^8.4.1",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.0.0",
    "jest": "^28.1.1",
    "pod-install": "^0.1.0",
    "prettier": "^2.0.5",
    "react": "18.1.0",
    "react-native": "0.70.0",
    "react-native-builder-bob": "^0.18.3",
    "release-it": "^14.2.2",
    "typescript": "^4.5.2",
    "@react-native/eslint-config": "^0.72.2",
    "@react-native/metro-config": "^0.72.11",
    "@tsconfig/react-native": "^3.0.0",
    "metro-react-native-babel-preset": "0.76.8"
  },
  "resolutions": {
    "@types/react": "18.0.29"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "jest": {
    "preset": "react-native",
    "modulePathIgnorePatterns": [
      "<rootDir>/example/node_modules",
      "<rootDir>/lib/"
    ]
  },
  "eslintConfig": {
    "root": true,
    "parser": "@babel/eslint-parser",
    "extends": [
      "@react-native-community",
      "prettier"
    ],
    "rules": {
      "prettier/prettier": [
        "error",
        {
          "quoteProps": "consistent",
          "singleQuote": true,
          "tabWidth": 2,
          "trailingComma": "es5",
          "useTabs": false
        }
      ]
    }
  },
  "eslintIgnore": [
    "node_modules/",
    "lib/"
  ],
  "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"
        }
      ]
    ]
  }
}
