{
  "name": "@testing-library/user-event",
  "version": "13.5.0",
  "description": "Fire events the same way the user does",
  "main": "dist/index.js",
  "author": "Giorgio Polvara <polvara@gmail.com>",
  "license": "MIT",
  "engines": {
    "node": ">=10",
    "npm": ">=6"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/testing-library/user-event"
  },
  "homepage": "https://github.com/testing-library/user-event#readme",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@babel/runtime": "^7.12.5"
  },
  "devDependencies": {
    "@testing-library/dom": "^7.28.1",
    "@testing-library/jest-dom": "^5.11.6",
    "@testing-library/react": "^11.2.5",
    "@types/estree": "0.0.45",
    "@types/jest-in-case": "^1.0.3",
    "@types/react": "^17.0.3",
    "is-ci": "^2.0.0",
    "jest-in-case": "^1.0.2",
    "jest-serializer-ansi": "^1.0.3",
    "kcd-scripts": "^11.1.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "typescript": "^4.1.2"
  },
  "peerDependencies": {
    "@testing-library/dom": ">=7.21.4"
  },
  "eslintIgnore": [
    "node_modules",
    "coverage",
    "dist"
  ]
}