{
  "name": "react-native-piratechain",
  "version": "0.5.25",
  "description": "Piratechain library for React Native",
  "homepage": "https://github.com/EdgeApp/react-native-piratechain",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/EdgeApp/react-native-piratechain.git"
  },
  "license": "MIT",
  "author": "Airbitz, Inc.",
  "contributors": [
    "William Swanson <william@edge.app>",
    "Paul Puey <paul@edge.app>",
    "Matthew Piché <matthew@edge.app>",
    "Kevin Gorham <kevin.gorham@z.cash>"
  ],
  "main": "lib/rnpiratechain.rn.js",
  "types": "lib/src/react-native.d.ts",
  "files": [
    "/android/build.gradle",
    "/android/src/",
    "/CHANGELOG.md",
    "/ios/",
    "/lib/",
    "/LICENSE",
    "/package.json",
    "/react-native-piratechain.podspec",
    "/README.md",
    "/src/"
  ],
  "scripts": {
    "build": "(cd android && gradle assemble -DheapDumpOnOutOfMemoryError=false)",
    "fix-kotlin": "ktlint --format 'android/src/**/*.kt'",
    "fix-swift": "swift-format format -i ios/RNPiratechain.swift",
    "fix": "npm run lint -- --fix",
    "lint": "eslint .",
    "precommit": "lint-staged && npm run prepare",
    "prepack": "npm run update-checkpoints && npm run update-sources",
    "prepare": "husky install && rimraf lib && rollup -c && tsc",
    "update-checkpoints": "node -r sucrase/register scripts/updateCheckpoints.ts",
    "update-sources": "node -r sucrase/register ./scripts/updateSources.ts"
  },
  "lint-staged": {
    "*.{js,ts}": "eslint"
  },
  "dependencies": {
    "rfc4648": "^1.3.0"
  },
  "devDependencies": {
    "@babel/core": "^7.9.6",
    "@babel/plugin-transform-object-assign": "^7.8.3",
    "@babel/preset-env": "^7.9.6",
    "@babel/preset-typescript": "^7.9.0",
    "@grpc/grpc-js": "^1.8.20",
    "@types/node": "^14.0.5",
    "@types/react-native": "^0.62.11",
    "@typescript-eslint/eslint-plugin": "^2.34.0",
    "@typescript-eslint/parser": "^3.0.1",
    "babel-eslint": "^10.1.0",
    "disklet": "^0.4.6",
    "eslint": "^7.1.0",
    "eslint-config-standard-kit": "^0.14.4",
    "eslint-plugin-flowtype": "^5.1.0",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-prettier": "^3.1.3",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-simple-import-sort": "^5.0.3",
    "eslint-plugin-standard": "^4.0.1",
    "husky": "^7.0.0",
    "lint-staged": "^10.2.6",
    "prettier": "^2.0.5",
    "rimraf": "^3.0.2",
    "rollup": "^2.10.9",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-filesize": "^9.0.0",
    "rollup-plugin-flow-entry": "^0.3.4",
    "rollup-plugin-node-resolve": "^5.2.0",
    "sucrase": "^3.15.0",
    "typescript": "^3.9.3"
  },
  "peerDependencies": {
    "react-native": ">=0.47.0 <1.0.0"
  }
}
