{
  "name": "react-native-test-runner",
  "version": "5.0.0",
  "description": "Run tests in React Native's environment.",
  "repository": "acostalima/react-native-test-runner",
  "author": {
    "name": "André Costa Lima",
    "email": "andreclima.pt@gmail.com",
    "url": "https://github.com/acostalima/"
  },
  "license": "MIT",
  "keywords": [
    "react-native",
    "test",
    "unit",
    "integration",
    "testing",
    "zora",
    "ios",
    "android"
  ],
  "engines": {
    "node": ">=14"
  },
  "bin": {
    "rn-test": "./cli/index.js"
  },
  "files": [
    "app",
    "cli",
    "babel.config.js"
  ],
  "scripts": {
    "lint": "eslint --cache --ignore-path .gitignore .",
    "release": "standard-version",
    "postrelease": "git push --follow-tags origin HEAD && conventional-github-releaser -p angular",
    "test": "jest"
  },
  "dependencies": {
    "@babel/plugin-proposal-async-generator-functions": "^7.12.12",
    "babel-plugin-transform-inline-environment-variables": "^0.4.3",
    "chai": "^4.2.0",
    "execa": "^4.1.0",
    "find-up": "^5.0.0",
    "fs-extra": "^9.0.1",
    "globby": "^11.0.1",
    "is-ci": "^2.0.0",
    "is-uuid": "^1.0.2",
    "lilconfig": "^2.0.2",
    "meow": "^8.0.0",
    "merge-options": "^3.0.4",
    "metro-react-native-babel-preset": "^0.64.0",
    "ora": "^5.1.0",
    "p-retry": "^4.2.0",
    "p-tap": "^3.1.0",
    "patch-package": "^6.2.2",
    "pico-signals": "^1.0.0",
    "read-pkg": "^5.2.0",
    "semver": "^7.3.4",
    "tempy": "^1.0.0",
    "yn": "^4.0.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^11.0.0",
    "@commitlint/config-conventional": "^11.0.0",
    "@moxy/eslint-config-babel": "^13.0.3",
    "@moxy/eslint-config-base": "^13.0.3",
    "@moxy/eslint-config-jest": "^13.0.3",
    "@moxy/eslint-config-react-native": "^13.0.3",
    "@moxy/jest-config-base": "^5.0.0",
    "@react-native-community/eslint-config": "^1.1.0",
    "conventional-github-releaser": "^3.1.5",
    "eslint": "^6.8.0",
    "husky": "^4.3.0",
    "jest": "^26.6.0",
    "lint-staged": "^10.5.2",
    "mocha": "^8.2.1",
    "nanoid": "^3.1.20",
    "prettier": "^2.2.1",
    "react-native-polyfill-globals": "^3.0.0",
    "standard-version": "^9.0.0",
    "tap-parser": "^10.1.0",
    "tap-spec": "^5.0.0",
    "zora": "^4.0.2"
  }
}
