{
  "name": "react-native-spokestack-tray",
  "version": "0.9.1",
  "description": "A React Native component for adding Spokestack to any React Native app",
  "main": "lib/commonjs/index.js",
  "module": "lib/module/index.js",
  "types": "lib/typescript/src/index.d.ts",
  "react-native": "src/index.ts",
  "source": "src/index.ts",
  "scripts": {
    "bootstrap": "concurrently --raw \"npm i\" \"cd example && npm i\" && npm run pods",
    "build": "bob build",
    "docs": "typedoc --excludePrivate --tsconfig tsconfig.typedoc.json --plugin typedoc-plugin-markdown --hideBreadcrumbs --out docs --readme none src/index.ts && node tasks/docs.js",
    "format": "prettier --write \"**/*.tsx\" \"**/*.ts\" \"**/*.js\" \"**/*.md\" \"**/*.json\"",
    "lint": "concurrently --raw \"eslint .\" \"npm run prettier\" \"npm run typescript\"",
    "pods": "cd example && pod-install --quiet",
    "prepare": "husky install && npm run build",
    "prettier": "prettier --check \"**/*.json\" \"**/*.md\"",
    "release": "release-it",
    "test": "npm run lint && npm run test:unit",
    "test:unit": "jest --runInBand",
    "test:watch": "jest --coverage --watchAll",
    "typescript": "tsc -p tsconfig.json --noEmit"
  },
  "files": [
    "src",
    "lib",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!lib/typescript/example",
    "LICENSE",
    "CONTRIBUTING.md",
    "README.md"
  ],
  "keywords": [
    "react-native",
    "ios",
    "android"
  ],
  "repository": "https://github.com/spokestack/react-native-spokestack-tray",
  "author": "Timmy Willison <4timmywil@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/spokestack/react-native-spokestack-tray/issues"
  },
  "homepage": "https://github.com/spokestack/react-native-spokestack-tray#readme",
  "dependencies": {
    "color": "^4.0.1",
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "@commitlint/config-conventional": "^13.1.0",
    "@react-native-community/async-storage": "^1.12.1",
    "@react-native-community/eslint-config": "^3.0.0",
    "@release-it/conventional-changelog": "^3.3.0",
    "@types/color": "^3.0.2",
    "@types/jest": "^27.0.1",
    "@types/lodash": "^4.14.172",
    "@types/react": "^17.0.19",
    "@types/react-native": "^0.64.13",
    "@types/react-native-video": "^5.0.8",
    "commitlint": "^13.1.0",
    "concurrently": "^6.2.1",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^3.4.0",
    "husky": "^7.0.1",
    "jest": "^27.0.6",
    "pod-install": "^0.1.27",
    "prettier": "^2.3.2",
    "react": "^17.0.2",
    "react-native": "^0.65.1",
    "react-native-builder-bob": "^0.18.1",
    "react-native-haptic-feedback": "^1.11.0",
    "react-native-linear-gradient": "^2.5.6",
    "react-native-permissions": "^3.0.5",
    "react-native-spokestack": "^6.1.4",
    "react-native-video": "^5.1.1",
    "release-it": "^14.11.5",
    "typedoc": "^0.21.6",
    "typedoc-plugin-markdown": "^3.10.4",
    "typescript": "^4.3.5"
  },
  "peerDependencies": {
    "@react-native-community/async-storage": ">=1.11.0",
    "@react-native-community/netinfo": ">=6.0.0",
    "react": "*",
    "react-native": "*",
    "react-native-haptic-feedback": ">=1.10.0",
    "react-native-linear-gradient": ">=2.5.6",
    "react-native-permissions": ">=3.0.0",
    "react-native-spokestack": ">=6.1.0",
    "react-native-video": ">=5.0.2"
  },
  "jest": {
    "preset": "react-native",
    "setupFiles": [
      "<rootDir>/jest-setup.js"
    ],
    "moduleNameMapper": {
      "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/test/__mocks__/mediaMock.js"
    },
    "modulePathIgnorePatterns": [
      "<rootDir>/example/node_modules",
      "<rootDir>/lib/"
    ],
    "coveragePathIgnorePatterns": [
      "/node_modules/",
      "/example/",
      "/tasks/",
      "/test/"
    ]
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "eslintConfig": {
    "extends": [
      "@react-native-community",
      "prettier"
    ],
    "rules": {
      "eqeqeq": "error",
      "no-fallthrough": "off",
      "no-shadow": "off",
      "prettier/prettier": "error",
      "react-native/no-inline-styles": "off"
    }
  },
  "eslintIgnore": [
    "node_modules/",
    "coverage/",
    "lib/",
    "docs/"
  ],
  "prettier": {
    "arrowParens": "always",
    "semi": false,
    "singleQuote": true,
    "tabWidth": 2,
    "trailingComma": "none",
    "useTabs": false
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      "typescript"
    ]
  },
  "release-it": {
    "hooks": {
      "after:bump": "npm run build && npm run docs && git add README.md"
    },
    "git": {
      "commitMessage": "chore: release ${version}",
      "tagName": "${version}"
    },
    "npm": {
      "publish": true
    },
    "github": {
      "release": true,
      "tokenRef": "SPOKESTACK_GITHUB_TOKEN"
    },
    "plugins": {
      "@release-it/conventional-changelog": {
        "preset": {
          "name": "conventionalcommits",
          "types": [
            {
              "type": "feat",
              "section": "Features"
            },
            {
              "type": "fix",
              "section": "Bug Fixes"
            },
            {
              "type": "perf",
              "section": "Performance Improvements"
            }
          ]
        }
      }
    }
  }
}
