{
  "name": "@appia/component-test-utils",
  "version": "1.0.0",
  "description": "Mutation testing for react component using react-testing-library",
  "main": "build/index.js",
  "module": "build/index.es.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Wizyma/Appia.git"
  },
  "keywords": [
    "javascript",
    "jest",
    "react"
  ],
  "author": "André Gomes",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Wizyma/Appia/issues"
  },
  "homepage": "https://github.com/Wizyma/Appia#readme",
  "peerDependencies": {
    "react": "^16.8.4",
    "react-dom": "^16.8.4",
    "react-router": "^4.3.1",
    "react-router-dom": "^4.3.1",
    "react-scripts": "^2.1.8",
    "react-testing-library": "^6.0.0"
  },
  "dependencies": {
    "@react-mock/state": "^0.1.7"
  },
  "devDependencies": {
    "react-router": "^4.3.1",
    "react-router-dom": "^4.3.1"
  }
}
