{
  "name": "@testing-library/user-event",
  "version": "7.2.1",
  "description": "Simulate user events for react-testing-library",
  "keywords": [
    "react-testing-library",
    "dom-testing-library",
    "react",
    "testing"
  ],
  "main": "dist/index.js",
  "typings": "typings/index.d.ts",
  "scripts": {
    "test": "jest",
    "test:coverage": "npm t -- --coverage",
    "codecov": "codecov",
    "build": "babel src -d dist",
    "semantic-release": "semantic-release",
    "travis-deploy-once": "travis-deploy-once",
    "cm": "npx git-cz",
    "contributors:add": "all-contributors add",
    "contributors:generate": "all-contributors generate"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/testing-library/user-event.git"
  },
  "author": "Giorgio Polvara <polvara@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/testing-library/user-event/issues"
  },
  "homepage": "https://github.com/testing-library/user-event#readme",
  "devDependencies": {
    "@babel/cli": "^7.7.5",
    "@babel/core": "^7.7.5",
    "@babel/preset-env": "^7.7.6",
    "@babel/preset-react": "^7.7.4",
    "@testing-library/dom": "^6.11.0",
    "@testing-library/jest-dom": "^4.2.4",
    "@testing-library/react": "^9.4.0",
    "@testing-library/vue": "^4.1.0",
    "all-contributors-cli": "^6.11.2",
    "babel-core": "7.0.0-bridge.0",
    "babel-jest": "24.9.0",
    "codecov": "3.6.1",
    "husky": "^3.1.0",
    "jest": "24.9.0",
    "lint-staged": "^9.5.0",
    "prettier": "^1.19.1",
    "react": "^16.12.0",
    "react-dom": "^16.12.0",
    "regenerator-runtime": "0.13.3",
    "semantic-release": "^15.13.31",
    "travis-deploy-once": "5.0.11",
    "vue": "^2.6.11",
    "vue-template-compiler": "^2.6.11"
  },
  "peerDependencies": {
    "@testing-library/dom": ">=5"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  }
}
