{
  "name": "@toptal/davinci-qa",
  "version": "20.0.0",
  "keywords": [
    "qa",
    "testing"
  ],
  "description": "QA package to test your application",
  "repository": "toptal/davinci.git",
  "author": "Toptal",
  "license": "SEE LICENSE IN LICENSE.MD",
  "bugs": "https://github.com/toptal/davinci/issues",
  "homepage": "https://github.com/toptal/davinci/tree/master/packages/qa#readme",
  "bin": {
    "davinci-qa": "./bin/davinci-qa.js"
  },
  "type": "module",
  "exports": {
    ".": "./src/index.js",
    "./src/configs/jest.config.js": "./src/configs/jest.config.js",
    "./src/configs/jest/babel-preprocessor.js": "./src/configs/jest/babel-preprocessor.js",
    "./src/configs/jest.swc.config.js": "./src/configs/jest.swc.config.js",
    "./src/configs/cypress.config.js": "./src/configs/cypress.config.js",
    "./src/configs/cypress.component.config.js": "./src/configs/cypress.component.config.js",
    "./src/configs/cypress.e2e.config.js": "./src/configs/cypress.e2e.config.js",
    "./src/configs/cypress/support": "./src/configs/cypress/support/index.js",
    "./src/configs/cypress/plugins/parallelization.js": "./src/configs/cypress/plugins/parallelization.js",
    "./src/configs/cypress/dev-server-keep-alive.js": "./src/configs/cypress/dev-server-keep-alive.js",
    "./src/reporters/jest-anvil-reporter.js": "./src/reporters/jest-anvil-reporter.js",
    "./src/reporters/cypress-anvil-reporter.cjs": "./src/reporters/cypress-anvil-reporter.cjs",
    "./configs/happo": "./src/configs/happo.cjs"
  },
  "files": [
    "src",
    "bin",
    "docs",
    "CHANGELOG.md"
  ],
  "dependencies": {
    "@babel/core": "^7.23.3",
    "@babel/preset-env": "^7.21.4",
    "@babel/preset-react": "^7.18.6",
    "@babel/preset-typescript": "^7.26.0",
    "@cypress/code-coverage": "^3.12.8",
    "@cypress/webpack-preprocessor": "^5.12.0",
    "@swc/jest": "^0.2.37",
    "@swc/plugin-styled-components": "^13.0.0",
    "@testing-library/jest-dom": "^6.4.2",
    "@testing-library/react": "^14.2.1",
    "@types/jest": "^29.5.0",
    "babel-jest": "^28.1.3",
    "fs-extra": "^11.1.1",
    "glob": "^8.0.3",
    "happo-cypress": "^4.3.1",
    "happo-e2e": "^5.0.0",
    "happo-plugin-storybook": "^4.4.3",
    "happo.io": "^12.2.1",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "jest-html-reporters": "^3.1.4",
    "jest-junit": "^16.0.0",
    "jest-silent-reporter": "^0.5.0",
    "jest-styled-components": "^7.0.8",
    "jsdom": "^24.0.0",
    "matchmedia-polyfill": "^0.3.2",
    "semver": "^7.5.3",
    "ws": "^7.5.10",
    "@toptal/davinci-cli-shared": "^3.0.0",
    "@toptal/davinci-monorepo": "^13.0.0"
  },
  "devDependencies": {
    "@jest/globals": "^29.7.0",
    "cypress": "^13.5.1",
    "json5": "^2.2.3",
    "mocha": "^10.2.0"
  },
  "peerDependencies": {
    "@toptal/davinci-engine": "3 - 17",
    "cypress": "12 || 13",
    "webpack": "^5.94.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "NODE_OPTIONS='--experimental-vm-modules --no-warnings' pnpm jest"
  }
}