{
  "name": "@widergy/sfp-mobile-toolbox",
  "version": "1.3.8",
  "description": "test",
  "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",
    "cpp",
    "*.podspec",
    "!lib/typescript/example",
    "!ios/build",
    "!android/build",
    "!android/gradle",
    "!android/gradlew",
    "!android/gradlew.bat",
    "!android/local.properties",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!**/.*",
    "!**/*.test.ts",
    "!**/*.test.js",
    "!**/*.test.d.ts",
    "!**/*.test.d.js",
    "!**/*.test.d.ts.map",
    "!**/*.test.d.js.map",
    "!**/__snapshots__"
  ],
  "scripts": {
    "test": "jest --watchman=false",
    "test:ci": "jest --ci --watchman=false --coverage --testPathIgnorePatterns=src/bluetooth/readMeter.test.ts --testPathIgnorePatterns=src/bluetooth/promise.test.js",
    "typescript": "tsc --noEmit",
  "lint": "eslint \"src/**/*.{js,ts,tsx}\"",
    "prepare": "bob build",
    "lint-diff": "git diff --name-only --cached --relative --diff-filter=ACM | grep -E '\\.(js|jsx|tsx)$' | xargs eslint",
    "example": "yarn --cwd example",
    "bootstrap": "yarn example && yarn install"
  },
  "keywords": [
    "react-native",
    "ios",
    "android"
  ],
  "repository": "https://github.com/widergy/SFP-Mobile-Toolbox",
  "author": "Widergy <support@widergy.com> (https://github.com/widergy)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/widergy/SFP-Mobile-Toolbox/issues"
  },
  "homepage": "https://github.com/widergy/SFP-Mobile-Toolbox#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "@commitlint/cli": "^8.2.0",
    "@commitlint/config-conventional": "^8.2.0",
    "@react-native-community/eslint-config": "^3.0.2",
    "@types/jest": "^28.1.2",
    "@types/minimatch": "5.1.2",
    "@types/react": "~17.0.21",
    "@types/react-native": "0.68.0",
    "@widergy/semantic-release-package-config": "^1.0.0",
    "babel-plugin-module-resolver": "^4.1.0",
    "commitlint": "^17.0.2",
    "eslint": "^8.4.1",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.0.0",
    "husky": "4.0.0-beta.5",
    "jest": "^28.1.1",
    "pod-install": "^0.1.0",
    "prettier": "^2.0.5",
    "react": "18.1.0",
    "react-native": "0.70.3",
    "react-native-ble-plx": "^2.0.3",
    "react-native-blob-util": "^0.16.2",
    "react-native-builder-bob": "^0.20.0",
    "reactotron-react-native": "^5.0.0",
    "typescript": "^4.5.2"
  },
  "resolutions": {
    "@types/react": "17.0.21"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*",
    "react-native-ble-plx": "^2.0.3",
    "react-native-blob-util": "^0.16.2",
    "react-native-svg": "^13.5.0"
  },
  "husky": {
    "hooks": {
      "pre-commit": "yarn lint-diff && yarn typescript && node branch-name-hook && yarn test --ci",
      "commit-msg": "commitlint -E  HUSKY_GIT_PARAMS"
    }
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ],
    "rules": {
      "subject-case": [
        2,
        "never",
        [
          "start-case",
          "pascal-case"
        ]
      ]
    }
  },
  "release": {
    "extends": "@widergy/semantic-release-package-config"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  },
  "dependencies": {
    "@widergy/mobile-ui": "<1.0.0",
    "base-64": "^1.0.0",
    "base64-arraybuffer": "^0.2.0",
    "lodash": "^4.17.21",
    "moment": "^2.29.1",
    "react-native-device-info": "^7.3.1"
  }
}
