{
  "name": "@rn-base/native",
  "version": "1.0.1",
  "description": "native commons",
  "main": "lib/commonjs/index",
  "module": "lib/module/index",
  "types": "lib/typescript/src/index.d.ts",
  "react-native": "src/index",
  "source": "src/index",
  "files": [
    "src",
    "lib",
    "android",
    "ios",
    "!android/build",
    "!ios/build",
    "cpp",
    "rn-base-native.podspec"
  ],
  "scripts": {
    "test": "jest",
    "prepare": "bob build"
  },
  "keywords": [
    "react-native",
    "ios",
    "android"
  ],
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/danghungtb26/dvh-module.git",
    "directory": "packages/native-common"
  },
  "author": "Đặng Hùng <danghungtb26@gmail.com> (https://github.com/danghungtb26)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/danghungtb26/dvh-module-native-commons/issues"
  },
  "homepage": "https://github.com/danghungtb26/dvh-module-native-commons#readme",
  "devDependencies": {
    "react": "17.0.2",
    "react-native": "0.68.2",
    "react-native-builder-bob": "^0.17.1"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "jest": {
    "preset": "react-native",
    "modulePathIgnorePatterns": [
      "<rootDir>/example/node_modules",
      "<rootDir>/lib/"
    ]
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  },
  "gitHead": "2499a18c3427db88819fc9704826fc25bbc81ac5"
}
