{
  "name": "@percy/core",
  "version": "1.32.5",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/percy/cli",
    "directory": "packages/core"
  },
  "publishConfig": {
    "access": "public",
    "tag": "latest"
  },
  "engines": {
    "node": ">=14"
  },
  "files": [
    "dist",
    "post-install.js",
    "types/index.d.ts",
    "test/helpers"
  ],
  "main": "./dist/index.js",
  "types": "./types/index.d.ts",
  "type": "module",
  "exports": {
    ".": {
      "types": "./types/index.d.ts",
      "default": "./dist/index.js"
    },
    "./utils": "./dist/utils.js",
    "./config": "./dist/config.js",
    "./archive": "./dist/archive.js",
    "./install": "./dist/install.js",
    "./test/helpers": "./test/helpers/index.js",
    "./test/helpers/server": "./test/helpers/server.js"
  },
  "scripts": {
    "build": "node ../../scripts/build",
    "lint": "eslint --ignore-path ../../.gitignore .",
    "postinstall": "node ./post-install",
    "test": "node ../../scripts/test",
    "test:coverage": "yarn test --coverage",
    "test:types": "tsd"
  },
  "dependencies": {
    "@grpc/grpc-js": "^1.14.3",
    "@grpc/proto-loader": "^0.8.0",
    "@percy/client": "1.32.5",
    "@percy/config": "1.32.5",
    "@percy/dom": "1.32.5",
    "@percy/logger": "1.32.5",
    "@percy/monitoring": "1.32.5",
    "@percy/webdriver-utils": "1.32.5",
    "adm-zip": "^0.6.0",
    "busboy": "^1.6.0",
    "content-disposition": "^0.5.4",
    "cross-spawn": "^7.0.3",
    "fast-glob": "^3.2.11",
    "fast-xml-parser": "^4.4.1",
    "micromatch": "^4.0.8",
    "mime-types": "^2.1.34",
    "pako": "^2.1.0",
    "path-to-regexp": "^6.3.0",
    "rimraf": "^3.0.2",
    "ws": "^8.17.1",
    "yaml": "^2.4.1"
  },
  "optionalDependencies": {
    "@percy/cli-doctor": "1.32.5"
  },
  "gitHead": "1c83908c5913e3fab1cdd7207db49a2e0c27a3e9"
}
