{
  "name": "@chromaui/test-archiver",
  "version": "0.0.56",
  "description": "Archive end-to-end tests to be replayed in Storybook and Chromatic",
  "repository": {
    "type": "git",
    "url": "https://github.com/chromaui/test-archiver.git"
  },
  "author": "Chromatic <tom@chromatic.com>",
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "require": "./dist/index.js",
      "import": "./dist/index.mjs",
      "types": "./dist/index.d.ts"
    },
    "./cypress": "./dist/cypress-api/index.js",
    "./cypress/support": "./dist/cypress-api/support.js"
  },
  "files": [
    "dist/**/*",
    "README.md",
    "*.js",
    "*.d.ts"
  ],
  "scripts": {
    "archive-storybook:playwright": "archive-storybook",
    "build-archive-storybook:playwright": "build-archive-storybook",
    "archive-storybook:cypress": "CHROMATIC_ARCHIVE_LOCATION=./tests/cypress/downloads archive-storybook",
    "build-archive-storybook:cypress": "CHROMATIC_ARCHIVE_LOCATION=./tests/cypress/downloads build-archive-storybook",
    "clean": "rimraf ./dist",
    "prebuild": "yarn clean",
    "build": "tsup",
    "build:watch": "yarn build --watch",
    "test:unit": "jest",
    "test:playwright": "playwright test",
    "test:cypress": "start-server-and-test test:server 3000 test:do-cypress",
    "test:do-cypress": "ELECTRON_EXTRA_LAUNCH_ARGS=--remote-debugging-port=8192 cypress run --project tests",
    "test:server": "node tests/server",
    "start": "yarn build:watch",
    "release": "yarn build && auto shipit",
    "lint": "eslint src/*",
    "prettier": "prettier",
    "prepare": "husky install"
  },
  "devDependencies": {
    "@auto-it/released": "^10.32.6",
    "@babel/preset-env": "^7.21.4",
    "@babel/preset-react": "^7.18.6",
    "@babel/preset-typescript": "^7.21.4",
    "@chromaui/archive-storybook": "~0.0.15",
    "@jest/types": "^27.0.6",
    "@playwright/test": "^1.39.0",
    "@storybook/addon-essentials": "^7.5.2",
    "@storybook/cli": "^7.5.2",
    "@storybook/eslint-config-storybook": "^3.1.2",
    "@storybook/server-webpack5": "^7.5.2",
    "@testing-library/dom": "^8.1.0",
    "@testing-library/react": "^12.0.0",
    "@testing-library/user-event": "^13.2.1",
    "@types/chrome-remote-interface": "^0",
    "@types/express": "^4.17.17",
    "@types/fs-extra": "^11.0.1",
    "@types/jest": "^27.0.3",
    "@types/node": "^16.4.1",
    "@types/node-fetch": "^2.6.6",
    "auto": "^10.3.0",
    "babel-jest": "^27.0.6",
    "concurrently": "^7.0.0",
    "cypress": "^13.6.1",
    "eslint": "^7.32.0",
    "express": "^4.18.2",
    "husky": ">=6",
    "jest": "^27.0.6",
    "jest-environment-jsdom": "^27.0.6",
    "lint-staged": ">=10",
    "node-fetch": "2",
    "playwright": "^1.32.2",
    "prettier": "^2.3.1",
    "prompts": "^2.4.2",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "rimraf": "^3.0.2",
    "start-server-and-test": "^2.0.3",
    "ts-jest": "^27.0.4",
    "tsup": "^6.7.0",
    "typescript": "^4.2.4"
  },
  "lint-staged": {
    "*.{ts,js,css,md}": "prettier --write"
  },
  "auto": {
    "plugins": [
      "npm",
      "released"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@segment/analytics-node": "^1.1.0",
    "chrome-remote-interface": "^0.33.0",
    "fs-extra": "^11.1.1",
    "mime": "^3.0.0",
    "rrweb-snapshot": "^2.0.0-alpha.4",
    "srcset": "^4.0.0",
    "ts-dedent": "^2.2.0"
  },
  "peerDependencies": {
    "@playwright/test": "^1.0.0"
  },
  "packageManager": "yarn@4.0.2"
}
