{
  "name": "@regantimsina/react-native-nacl-jsi",
  "version": "0.8.5",
  "description": "Sodium for React Native with JSI binding",
  "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",
    "libsodium",
    "!libsodium/build",
    "react-native-nacl-jsi.podspec",
    "!lib/typescript/example",
    "!android/build",
    "!android/.cxx",
    "!android/.idea",
    "!android/.gradle",
    "!ios/build",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__"
  ],
  "scripts": {
    "test": "jest",
    "typescript": "tsc --noEmit",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "prepare": "bob build",
    "release": "release-it",
    "example": "yarn --cwd example",
    "bootstrap": "yarn example && yarn && yarn example pods",
    "postinstall": "tar -zxf libsodium/build.tar.gz --directory ./libsodium",
    "rebuild": "./libsodium/build.sh"
  },
  "keywords": [
    "react-native",
    "ios",
    "android",
    "crypto",
    "libsodium",
    "sodium",
    "nacl"
  ],
  "repository": "https://github.com/withpaceio/react-native-nacl-jsi",
  "author": "PACE <hello@withpace.io> (https://github.com/withpaceio)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/withpaceio/react-native-nacl-jsi/issues"
  },
  "homepage": "https://github.com/withpaceio/react-native-nacl-jsi#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "@babel/eslint-parser": "7.21.3",
    "@commitlint/config-conventional": "17.4.4",
    "@evilmartians/lefthook": "1.3.9",
    "@react-native-community/eslint-config": "3.2.0",
    "@release-it/conventional-changelog": "8.0.1",
    "@stablelib/base64": "1.0.1",
    "@stablelib/hex": "1.0.1",
    "@stablelib/utf8": "1.0.2",
    "@types/jest": "29.5.0",
    "@types/react": "18.0.35",
    "@types/react-native": "0.71.5",
    "commitlint": "17.5.1",
    "eslint": "8.38.0",
    "eslint-config-prettier": "8.8.0",
    "eslint-plugin-prettier": "4.2.1",
    "hash-wasm": "4.11.0",
    "jest": "29.5.0",
    "pod-install": "0.1.38",
    "prettier": "2.8.7",
    "react": "18.2.0",
    "react-native": "0.71.6",
    "react-native-builder-bob": "0.20.4",
    "release-it": "17.3.0",
    "tweetnacl": "1.0.3",
    "typescript": "5.0.4"
  },
  "resolutions": {
    "@types/react": "18.0.35"
  },
  "peerDependencies": {
    "@stablelib/base64": ">=1.0.1",
    "@stablelib/hex": ">=1.0.1",
    "@stablelib/utf8": ">=1.0.2",
    "hash-wasm": ">=4.11.0",
    "react": "*",
    "react-native": ">=0.71.0",
    "tweetnacl": ">=1.0.3"
  },
  "jest": {
    "preset": "react-native",
    "modulePathIgnorePatterns": [
      "<rootDir>/example/node_modules",
      "<rootDir>/lib/"
    ]
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "release-it": {
    "git": {
      "commitMessage": "chore: release ${version}",
      "requireBranch": "main",
      "tagName": "v${version}"
    },
    "npm": {
      "publish": true
    },
    "github": {
      "release": true
    },
    "plugins": {
      "@release-it/conventional-changelog": {
        "preset": "angular"
      }
    }
  },
  "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"
        }
      ]
    ]
  }
}
