{
  "name": "@haroldtran/react-native-pax",
  "version": "1.1.0",
  "description": "React Native native module for PAX devices",
  "keywords": [
    "react-native",
    "pax",
    "pos",
    "poslink",
    "payment",
    "android",
    "harold",
    "haroldtran"
  ],
  "homepage": "https://github.com/phattran1201/react-native-pax#readme",
  "bugs": {
    "url": "https://github.com/phattran1201/react-native-pax/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/phattran1201/react-native-pax.git"
  },
  "license": "MIT",
  "author": "Harold Tran <phattran1201@gmail.com>",
  "source": "./src/index.ts",
  "main": "./lib/commonjs/index.js",
  "module": "./lib/module/index.js",
  "types": "./lib/typescript/commonjs/index.d.ts",
  "exports": {
    ".": {
      "source": "./src/index.ts",
      "import": {
        "types": "./lib/typescript/module/index.d.ts",
        "default": "./lib/module/index.js"
      },
      "require": {
        "types": "./lib/typescript/commonjs/index.d.ts",
        "default": "./lib/commonjs/index.js"
      }
    },
    "./package.json": "./package.json"
  },
  "files": [
    "lib",
    "src",
    "*.ts",
    "*.js",
    "*.podspec",
    "PaxPosLink.h",
    "ios",
    "android",
    "cpp",
    "android/gradlew/wrapper/gradle-wrapper.properties",
    "!android/build",
    "!android/gradle",
    "!android/gradlew",
    "!android/gradlew.bat",
    "!android/local.properties",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!**/.*",
    ".gitignore",
    ".yarnrc.yml",
    "bob.yaml",
    "lefthook.yml",
    "LICENSE",
    "package.json",
    "README.md",
    "tsconfig.build.json",
    "tsconfig.json",
    "react-native.config.mjs",
    "react_native_pax_pods.rb"
  ],
  "scripts": {
    "build": "bob build",
    "example": "bun --cwd example",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "prebuild": "bun i && bun typecheck && bob build && bun lint",
    "release": "bun prebuild && release-it",
    "test": "jest",
    "typecheck": "tsc --noEmit"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "prettier": {
    "quoteProps": "consistent",
    "singleQuote": true,
    "tabWidth": 2,
    "trailingComma": "es5",
    "useTabs": false
  },
  "eslintConfig": {
    "extends": [
      "@react-native-community",
      "prettier"
    ],
    "rules": {
      "prettier/prettier": [
        "error",
        {
          "quoteProps": "consistent",
          "singleQuote": true,
          "tabWidth": 2,
          "trailingComma": "es5",
          "useTabs": false
        }
      ]
    },
    "root": true
  },
  "eslintIgnore": [
    "node_modules/",
    "lib/"
  ],
  "jest": {
    "modulePathIgnorePatterns": [
      "<rootDir>/example/node_modules",
      "<rootDir>/src/"
    ],
    "preset": "react-native"
  },
  "resolutions": {
    "@types/react": "17.0.21"
  },
  "devDependencies": {
    "@commitlint/config-conventional": "^17.0.2",
    "@evilmartians/lefthook": "^1.2.2",
    "@react-native-community/eslint-config": "^3.0.2",
    "@release-it/conventional-changelog": "^5.0.0",
    "@types/jest": "^28.1.2",
    "@types/react": "~17.0.21",
    "@types/react-native": "0.70.0",
    "commitlint": "^17.0.2",
    "del-cli": "^5.0.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.2.0",
    "react-native": "0.72.0",
    "react-native-builder-bob": "^0.40.12",
    "release-it": "^15.0.0",
    "typescript": "^4.5.2"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "codegenConfig": {
    "name": "RNPaxPoslinkSpec",
    "type": "modules",
    "jsSrcsDir": "src",
    "android": {
      "javaPackageName": "com.paxposlink"
    }
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      [
        "module",
        {
          "esm": true
        }
      ],
      [
        "commonjs",
        {
          "esm": true
        }
      ],
      "typescript"
    ]
  },
  "packageManager": "yarn@4.10.3",
  "engines": {
    "node": ">= 16.0.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
